Skip to content

Commit 5e8dd48

Browse files
build: update Dockerfile.
1 parent 220168c commit 5e8dd48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

installer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ RUN python3 -m venv /opt/py3 && \
2727
. /opt/py3/bin/activate && \
2828
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.6.0+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
2929
poetry install && \
30-
#export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages \
31-
echo test
30+
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages
3231

3332
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg17.4
3433
ARG DOCKER_IMAGE_TAG=dev \

0 commit comments

Comments
 (0)