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 f1c7ae9 commit 1d04b0bCopy full SHA for 1d04b0b
installer/Dockerfile
@@ -26,8 +26,7 @@ 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 && \
30
- python3 /opt/maxkb/app/installer/compile.py
+ poetry install
31
32
FROM ghcr.io/1panel-dev/maxkb-python-pg:python3.11-pg15.8
33
ARG DOCKER_IMAGE_TAG=dev \
installer/compile.py
0 commit comments