Skip to content

Commit

Permalink
Fix mapping for pyqt+pillow, test pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 17, 2023
1 parent 259071e commit a753b71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN mamba install \
#nltk_data \
#opencv \
pycocotools \
pillow \
#tabulate \
#tensorflow=2.13.1 \
#tensorflow-datasets \
Expand All @@ -91,12 +92,12 @@ RUN mamba install \
fix-permissions /home/$NB_USER && \
mamba clean -a -y

RUN mamba install \
pillow \
-c anaconda && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
mamba clean -a -y
#RUN mamba install \
# pillow \
# -c anaconda && \
# fix-permissions $CONDA_DIR && \
# fix-permissions /home/$NB_USER && \
# mamba clean -a -y

RUN pip install nvidia-cudnn-cu11==8.6.0.163 tensorrt==8.5.3.1 && \
fix-permissions $CONDA_DIR && \
Expand Down
2 changes: 2 additions & 0 deletions images/tests_common/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"rsqlite": "DBI",
"rcurl": "RCurl",
"rodbc": "RODBC",
"pyqt": "PyQt5",
"Pillow": "PIL"
}

# List of packages that cannot be tested in a standard way
Expand Down

0 comments on commit a753b71

Please sign in to comment.