Skip to content

Commit

Permalink
Test if opencv is causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 17, 2023
1 parent 8ce14ce commit 7a678eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ 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 \
opencv-contrib-python-headless \
opencv-python \
#pycocotools \
pillow \
nvidia-cudnn-cu11==8.6.0.163 \
Expand All @@ -75,10 +75,10 @@ RUN pip install datascience \

RUN mamba install \
#datascience \
#pyqt \
#scapy \
pyqt \
scapy \
#nltk_data \
opencv \
#opencv \
pycocotools \
#tabulate \
#tensorflow=2.13.1 \
Expand Down

0 comments on commit 7a678eb

Please sign in to comment.