Skip to content

Commit

Permalink
chore: remove unneded nodejs pin (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Oct 20, 2023
1 parent 901a4a6 commit e5f63f2
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 e5f63f2

Please sign in to comment.