diff --git a/images/scipy-ml-notebook/Dockerfile b/images/scipy-ml-notebook/Dockerfile index 2daecb1f..2e1c7c16 100644 --- a/images/scipy-ml-notebook/Dockerfile +++ b/images/scipy-ml-notebook/Dockerfile @@ -60,9 +60,9 @@ RUN pip install datascience \ PyQt5 \ scapy \ nltk \ - opencv-contrib-python-headless \ - opencv-python \ - pycocotools \ + #opencv-contrib-python-headless \ + #opencv-python \ + #pycocotools \ pillow \ nvidia-cudnn-cu11==8.6.0.163 \ tensorflow==2.13.* \ @@ -78,8 +78,8 @@ RUN mamba install \ #pyqt \ #scapy \ #nltk_data \ - #opencv \ - #pycocotools \ + opencv \ + pycocotools \ #tabulate \ #tensorflow=2.13.1 \ #tensorflow-datasets \