Skip to content

Commit 1de6a6c

Browse files
glenn-jochertdhooghe
authored andcommitted
Docker GPU pip install opencv-python<4.6.0.66 (ultralytics#8164)
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update
1 parent ea63abf commit 1de6a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY requirements.txt .
1717
RUN python -m pip install --upgrade pip
1818
RUN pip uninstall -y torch torchvision torchtext Pillow
1919
RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook Pillow>=9.1.0 \
20+
'opencv-python<4.6.0.66' \
2021
--extra-index-url https://download.pytorch.org/whl/cu113
2122

2223
# Create working directory

0 commit comments

Comments
 (0)