Skip to content

Commit

Permalink
hotfix/removed-examples-from-jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Oct 4, 2023
1 parent 38eea8b commit 0d61509
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions serve-jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@ RUN apt-get update && apt-get install curl -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN git clone -b $SERVE_BRANCH https://github.com/ScilifelabDataCentre/stackn /tmp/serve \
&& mv /tmp/serve/examples /home/jovyan/work \
&& rm -rf /tmp/serve \
&& chown -R jovyan /home/jovyan/work/examples \
&& chgrp -R $NB_GID /home/jovyan/work/examples

USER $NB_UID
RUN pip install --no-cache-dir -r /tmp/requirements.txt
6 changes: 0 additions & 6 deletions serve-jupyterlab/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@ RUN apt-get update && apt-get install curl -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN git clone -b $SERVE_BRANCH https://github.com/ScilifelabDataCentre/stackn /tmp/serve \
&& mv /tmp/serve/examples /home/jovyan/work \
&& rm -rf /tmp/serve \
&& chown -R jovyan /home/jovyan/work/examples \
&& chgrp -R $NB_GID /home/jovyan/work/examples

USER $NB_UID
RUN pip install --no-cache-dir -r /tmp/requirements.txt

0 comments on commit 0d61509

Please sign in to comment.