Skip to content

Commit a054120

Browse files
deps: lock versions.
1 parent fb64731 commit a054120

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
@@ -25,7 +25,7 @@ RUN python3 -m venv /opt/py3 && \
2525
pip install poetry==1.8.5 --break-system-packages && \
2626
poetry config virtualenvs.create false && \
2727
. /opt/py3/bin/activate && \
28-
if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.6.0+cpu", source = "pytorch"}/g' pyproject.toml; fi && \
28+
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 && \
3030
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb/app/apps/manage.py compilemessages
3131

0 commit comments

Comments
 (0)