Skip to content

Commit

Permalink
Add requirements.txt for build so we can preserve state of build (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrutch authored Aug 17, 2023
1 parent 3a39260 commit 9ee2cbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 1 addition & 7 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ RUN apt-get update && apt-get -yq dist-upgrade && \
less \
vim && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir \
ipydeps \
jupyterlab_nbgallery \
jupyter_nbgallery \
ipywidgets \
jupyter_console \
voila && \
pip install --no-cache-dir -r /etc/requirements.txt && \
jupyter labextension disable @jupyterlab_nbgallery/autodownload && \
jupyter labextension disable @jupyterlab_nbgallery/instrumentation && \
echo '######################################## nbgallery configuration' && \
Expand Down
7 changes: 7 additions & 0 deletions base-notebook/conf/etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ipydeps==2020.240.0
ipywidgets==8.1.0
jupyter-console==6.6.3
jupyter-nbgallery==3.0.0
jupyterlab_nbgallery==3.0.2
voila==0.5.0

0 comments on commit 9ee2cbf

Please sign in to comment.