Skip to content

Commit

Permalink
chore: update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Jul 9, 2021
1 parent eab6556 commit 1b5a7ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
10 changes: 4 additions & 6 deletions docker/py/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run with the RenkuKubeSpawner via JupyterHub
ARG BASE_IMAGE=jupyter/base-notebook:aec555e49be6
ARG BASE_IMAGE=jupyter/base-notebook:lab-3.0.16
FROM $BASE_IMAGE as base

LABEL maintainer="Swiss Data Science Center <[email protected]>"
Expand Down Expand Up @@ -45,11 +45,9 @@ USER $NB_USER
COPY requirements.txt /tmp/requirements.txt
RUN python3 -m pip install --no-cache -U pip && \
python3 -m pip install --no-cache -r /tmp/requirements.txt && \
jupyter labextension install --no-build @jupyterlab/toc && \
jupyter labextension install --no-build jupyterlab-topbar-extension jupyterlab-system-monitor && \
jupyter lab build && \
jupyter labextension list && \
npm cache clean --force && \
# jupyter lab build && \
# jupyter labextension list && \
# npm cache clean --force && \
rm -rf /home/${NB_USER}/.cache

# fix https://github.com/SwissDataScienceCenter/renku-jupyter/issues/14
Expand Down
15 changes: 7 additions & 8 deletions docker/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
jupyter-server-proxy==1.6.0
jupyterhub==1.2.2
jupyterlab_server~=2.0.0
jupyterlab-git==0.23.3
jupyter-server-proxy~=3.1.0
jupyterhub~=1.4.0
jupyterlab-git==0.30.1
jupyterlab-system-monitor~=0.8.0
jupyterlab~=3.0.0
nbclient<0.5.1
nbresuse==0.4.0
papermill==2.3.1
nbresuse~=0.4.0
papermill~=2.3.0
pipx>=0.15.0.0
powerline-shell==0.7.0
powerline-shell~=0.7.0
requests>=2.20.0

0 comments on commit 1b5a7ac

Please sign in to comment.