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 f304593 commit 8d1fee8Copy full SHA for 8d1fee8
installer/Dockerfile
@@ -27,7 +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.2.1+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
29
poetry install && \
30
- python3 /opt/maxkb/app/apps/manage.py compilemessages
+ export MAXKB_CONFIG_TYPE=ENV && 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