Compare commits

..

3 Commits

Author SHA1 Message Date
Sayak Paul 17d06fe3f1 Merge branch 'main' into fix-timeout-constant-notify 2025-04-11 14:07:11 +05:30
Sayak Paul d1a3979b3b Merge branch 'main' into fix-timeout-constant-notify 2025-04-11 13:51:33 +05:30
sayakpaul 0365bd1c17 fix to a constant 2025-04-10 11:15:49 +05:30
+3 -3
View File
@@ -28,9 +28,9 @@ ENV PATH="/opt/venv/bin:$PATH"
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
RUN python3 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
python3 -m uv pip install --no-cache-dir \
torch \
torchvision \
torchaudio\
torch==2.1.2 \
torchvision==0.16.2 \
torchaudio==2.1.2 \
onnxruntime \
--extra-index-url https://download.pytorch.org/whl/cpu && \
python3 -m uv pip install --no-cache-dir \