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 d744fb4 commit 23e34eaCopy full SHA for 23e34ea
installer/Dockerfile
@@ -22,7 +22,7 @@ RUN mkdir -p /opt/maxkb/app /opt/maxkb/model /opt/maxkb/conf && \
22
COPY --from=web-build ui /opt/maxkb/app/ui
23
WORKDIR /opt/maxkb/app
24
RUN python3 -m venv /opt/py3 && \
25
- pip install poetry --break-system-packages && \
+ pip install poetry==1.8.5 --break-system-packages && \
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 && \
0 commit comments