Skip to content

Commit

Permalink
hotfix/downgrade-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Sep 20, 2023
1 parent 8d95ff2 commit 1f2c48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions serve-jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ RUN git clone -b $SERVE_BRANCH https://github.com/ScilifelabDataCentre/stackn /t
&& chgrp -R $NB_GID /home/jovyan/work/examples

RUN npm remove package-lock.json \
&& npm install npm@latest -g \
&& npm install npm@9.8.1 -g \
&& npm cache clean --force \
&& npm -v


USER $NB_UID
RUN pip install --no-cache-dir -r /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt
2 changes: 1 addition & 1 deletion serve-jupyterlab/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN git clone -b $SERVE_BRANCH https://github.com/ScilifelabDataCentre/stackn /t
&& chgrp -R $NB_GID /home/jovyan/work/examples

RUN npm remove package-lock.json \
&& npm install npm@latest -g \
&& npm install npm@9.8.1 -g \
&& npm cache clean --force \
&& npm -v

Expand Down

0 comments on commit 1f2c48b

Please sign in to comment.