Skip to content

Commit 34cd736

Browse files
authored
Merge pull request #10 from uw-it-aca/pm-add_datascience_packages
Pm add datascience packages
2 parents 1be0d51 + b5b247a commit 34cd736

File tree

2 files changed

+709
-671
lines changed

2 files changed

+709
-671
lines changed

datascience/Dockerfile

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,23 @@ LABEL maintainer="UW-IT AXDD <[email protected]>"
1414
# caret, tidymodels, rcurl, randomforest#
1515
# julia, ijulia, hdf5, gadfly, rdatasets
1616

17-
RUN conda install \
18-
requests
17+
RUN mkdir /opt/conda/pkg
18+
RUN touch /opt/conda/pkg/urls.txt
19+
20+
RUN set -ex \
21+
&& conda install --quiet --yes \
22+
requests \
23+
&& conda clean --all -f -y \
24+
&& fix-permissions "${CONDA_DIR}" \
25+
&& fix-permissions "/home/${NB_USER}"
1926

2027
# Install Python 3 packages
2128
RUN pip install \
2229
requests-html \
2330
nbresuse==0.3.3 \
31+
geopandas \
32+
folium \
33+
ipyleaflet \
2434
nbgitpuller && \
2535
jupyter serverextension enable --py nbresuse --sys-prefix && \
2636
jupyter nbextension install --py nbresuse --sys-prefix && \

0 commit comments

Comments
 (0)