Skip to content

Commit

Permalink
Fix torch related compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Lachert committed Nov 20, 2024
1 parent 43aa778 commit e31eccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/surveily.developer.ai/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ USER vscode
# - Runtime parameters
RUN python3 -m pip install -U pip && \
python3 -m pip install --user --quiet --no-cache-dir \
torch==2.0.0 \
torchvision==0.15.1 \
ultralytics==8.2.28 \
torch==2.5.1 \
torchvision==0.20.1 \
ultralytics==8.3.34 \
huggingface_hub==0.18.0

RUN python3 -m pip install --user --quiet --no-cache-dir \
Expand Down Expand Up @@ -90,7 +90,7 @@ RUN python3 -m pip install --user --quiet --no-cache-dir \
nbconvert \
xmltodict \
autoflake \
lightning==2.3.3 \
lightning==2.4.0 \
streamlit \
pytest-cov \
ipywidgets \
Expand Down

0 comments on commit e31eccd

Please sign in to comment.