From 6adc53ba5fd7e87002ef80603f3fcf1c6ace72f5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 9 Jun 2022 22:45:49 +0200 Subject: [PATCH] Docker GPU pip install `opencv-python<4.6.0.66` (#8164) * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update --- utils/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile index b6f974b63191..a5fc7cbd6c45 100644 --- a/utils/docker/Dockerfile +++ b/utils/docker/Dockerfile @@ -17,6 +17,7 @@ COPY requirements.txt . RUN python -m pip install --upgrade pip RUN pip uninstall -y torch torchvision torchtext Pillow RUN pip install --no-cache -r requirements.txt albumentations wandb gsutil notebook Pillow>=9.1.0 \ + 'opencv-python<4.6.0.66' \ --extra-index-url https://download.pytorch.org/whl/cu113 # Create working directory