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 45444bb commit 77d90e5Copy full SHA for 77d90e5
installer/Dockerfile
@@ -24,7 +24,7 @@ COPY --from=web-build ui /opt/maxkb-app/ui
24
25
WORKDIR /opt/maxkb-app
26
RUN python3 -m venv /opt/py3 && \
27
- pip install poetry==1.8.5 --break-system-packages && \
+ pip install poetry==2.0.0 --break-system-packages && \
28
poetry config virtualenvs.create false && \
29
. /opt/py3/bin/activate && \
30
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "2.7.1+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
0 commit comments