glenn-jocher commited on
Commit
6adc53b
1 Parent(s): 7c2691f

Docker GPU pip install `opencv-python<4.6.0.66` (#8164)

Browse files

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

Files changed (1) hide show
  1. utils/docker/Dockerfile +1 -0
utils/docker/Dockerfile CHANGED
@@ -17,6 +17,7 @@ COPY requirements.txt .
17
  RUN python -m pip install --upgrade pip
18
  RUN pip uninstall -y torch torchvision torchtext Pillow
19
  RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook Pillow>=9.1.0 \
 
20
  --extra-index-url https://download.pytorch.org/whl/cu113
21
 
22
  # Create working directory
 
17
  RUN python -m pip install --upgrade pip
18
  RUN pip uninstall -y torch torchvision torchtext Pillow
19
  RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook Pillow>=9.1.0 \
20
+ 'opencv-python<4.6.0.66' \
21
  --extra-index-url https://download.pytorch.org/whl/cu113
22
 
23
  # Create working directory