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 220168c commit 5e8dd48Copy full SHA for 5e8dd48
installer/Dockerfile
@@ -27,8 +27,7 @@ RUN python3 -m venv /opt/py3 && \
27
. /opt/py3/bin/activate && \
28
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.6.0+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
29
poetry install && \
30
- #export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages \
31
- echo test
+ export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages
32
33
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg17.4
34
ARG DOCKER_IMAGE_TAG=dev \
0 commit comments