We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00d02d commit 0039870Copy full SHA for 0039870
utils/docker/Dockerfile
@@ -15,7 +15,7 @@ RUN apt update && apt install --no-install-recommends -y zip htop screen libgl1-
15
# Install pip packages
16
COPY requirements.txt .
17
RUN python -m pip install --upgrade pip wheel
18
-RUN pip uninstall -y Pillow torchtext torch torchvision
+RUN pip uninstall -y Pillow torchtext # torch torchvision
19
RUN pip install --no-cache -r requirements.txt albumentations comet gsutil notebook Pillow>=9.1.0 \
20
'opencv-python<4.6.0.66' \
21
--extra-index-url https://download.pytorch.org/whl/cu113
0 commit comments