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.
opencv-python<4.6.0.66
1 parent ea63abf commit 1de6a6cCopy full SHA for 1de6a6c
utils/docker/Dockerfile
@@ -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
+ 'opencv-python<4.6.0.66' \
21
--extra-index-url https://download.pytorch.org/whl/cu113
22
23
# Create working directory
0 commit comments