Skip to content

Commit

Permalink
JHP-76: Fix build error on GH actions saying to install nodejs >=20.0…
Browse files Browse the repository at this point in the history
….0 during the jupyter lab build step
  • Loading branch information
andylassiter committed Jul 23, 2024
1 parent a534e60 commit 49265b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/xnat-datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root

RUN apt-get update && \
apt-get clean && \
apt-get install -y dcmtk && \
apt-get install -y dcmtk nodejs npm && \
rm -rf /var/lib/apt/lists/*

USER ${NB_UID}
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/xnat-tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root

RUN apt-get update && \
apt-get clean && \
apt-get install -y dcmtk && \
apt-get install -y dcmtk nodejs npm && \
rm -rf /var/lib/apt/lists/*

USER ${NB_UID}
Expand Down

0 comments on commit 49265b0

Please sign in to comment.