diff --git a/serve-jupyterlab/Dockerfile b/serve-jupyterlab/Dockerfile index f593f7a..65b98d2 100644 --- a/serve-jupyterlab/Dockerfile +++ b/serve-jupyterlab/Dockerfile @@ -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 diff --git a/serve-jupyterlab/Dockerfile.test b/serve-jupyterlab/Dockerfile.test index 7afbdb1..e62a027 100644 --- a/serve-jupyterlab/Dockerfile.test +++ b/serve-jupyterlab/Dockerfile.test @@ -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