From 3f7ab05ec62e362aba84352222367617652b0646 Mon Sep 17 00:00:00 2001 From: dafeliton Date: Thu, 16 Nov 2023 20:32:21 -0800 Subject: [PATCH] Test pycocotools --- images/scipy-ml-notebook/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/scipy-ml-notebook/Dockerfile b/images/scipy-ml-notebook/Dockerfile index 5f414b17..adacd56f 100644 --- a/images/scipy-ml-notebook/Dockerfile +++ b/images/scipy-ml-notebook/Dockerfile @@ -57,8 +57,8 @@ RUN pip install --no-cache-dir protobuf==3.20.3 # tensorrt installed to fix not having libnvinfer that has caused tensorflow issues. # tensorrt installed to fix not having libnvinfer that has caused tensorflow issues. RUN pip install datascience \ - #PyQt5 \ - #scapy \ + PyQt5 \ + scapy \ nltk \ opencv-contrib-python-headless \ opencv-python \ @@ -75,8 +75,8 @@ RUN pip install datascience \ RUN mamba install \ #datascience \ - pyqt \ - scapy \ + #pyqt \ + #scapy \ #nltk_data \ #opencv \ pycocotools \