Skip to content

Commit

Permalink
Merge pull request #28 from joelostblom/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
trevorcampbell committed Sep 1, 2023
2 parents b607f1b + 6d392c5 commit 72a5098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/py-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN pip install --upgrade git+https://github.com/scikit-learn/scikit-learn@7de59
RUN mamba install --quiet --yes \
'numpy' \
'jinja2' \
'altair_data_server' \
'click' \
'ghp-import' \
'ibis-framework' \
Expand All @@ -34,6 +33,9 @@ RUN mamba install --quiet --yes \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"

# Install some recent python package that might not be on conda yet
RUN pip install pandas"<2.1" altair">=5.1.1" "vegafusion[embed]" vl-convert-python">=0.13"

# Install nbgitpuller, jlab-git
RUN pip install nbgitpuller jupyterlab-git \
&& jupyter lab build
Expand Down

0 comments on commit 72a5098

Please sign in to comment.