Skip to content

Commit 0039870

Browse files
authored
Update Dockerfile keep default torch installation (#10071)
Signed-off-by: Glenn Jocher <[email protected]> Signed-off-by: Glenn Jocher <[email protected]>
1 parent e00d02d commit 0039870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt update && apt install --no-install-recommends -y zip htop screen libgl1-
1515
# Install pip packages
1616
COPY requirements.txt .
1717
RUN python -m pip install --upgrade pip wheel
18-
RUN pip uninstall -y Pillow torchtext torch torchvision
18+
RUN pip uninstall -y Pillow torchtext # torch torchvision
1919
RUN pip install --no-cache -r requirements.txt albumentations comet gsutil notebook Pillow>=9.1.0 \
2020
'opencv-python<4.6.0.66' \
2121
--extra-index-url https://download.pytorch.org/whl/cu113

0 commit comments

Comments
 (0)