We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac13c6a commit e789825Copy full SHA for e789825
installer/Dockerfile
@@ -26,7 +26,8 @@ RUN python3 -m venv /opt/py3 && \
26
poetry config virtualenvs.create false && \
27
. /opt/py3/bin/activate && \
28
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.2.1+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
29
- poetry install
+ poetry install && \
30
+ python3 /opt/maxkb/app/apps/manage.py compilemessages
31
32
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8
33
ARG DOCKER_IMAGE_TAG=dev \
0 commit comments