Skip to content

Commit 77d90e5

Browse files
committed
refactor: update poetry version to 2.0.0 in Dockerfile
1 parent 45444bb commit 77d90e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY --from=web-build ui /opt/maxkb-app/ui
2424

2525
WORKDIR /opt/maxkb-app
2626
RUN python3 -m venv /opt/py3 && \
27-
pip install poetry==1.8.5 --break-system-packages && \
27+
pip install poetry==2.0.0 --break-system-packages && \
2828
poetry config virtualenvs.create false && \
2929
. /opt/py3/bin/activate && \
3030
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

Comments
 (0)