Skip to content

Commit

Permalink
Merge branch 'main' into rokroskar-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Oct 20, 2023
2 parents e36f2e4 + e5f63f2 commit c218735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# remove the nodejs pin if needed - see https://github.com/jupyter/docker-stacks/issues/1990
RUN sed -i '/nodejs/d' /opt/conda/conda-meta/pinned

# switch to the notebook user
USER $NB_USER
# install jupyterlab, papermill, git extension and renku-jupyterlab-ts
Expand Down

0 comments on commit c218735

Please sign in to comment.