Skip to content

Commit

Permalink
Changed base image to preconfigured self-build one
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 23, 2021
1 parent 295885e commit 14a3345
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM jupyter/scipy-notebook
FROM domna/jupyter-base

ENV JUPYTER_ENABLE_LAB yes
ENV HOME=/home/jovyan
ENV APP_HOME=/home/jovyan/SpectroscopicMapping
RUN mkdir -p $APP_HOME
WORKDIR $APP_HOME
Expand All @@ -10,4 +8,4 @@ COPY --chown=${NB_UID}:${NB_GID} . $APP_HOME
RUN pip install --quiet --no-cache-dir 'flake8==3.9.2' -r requirements.txt
RUN python setup.py develop

WORKDIR $HOME
WORKDIR /home/jovyan

0 comments on commit 14a3345

Please sign in to comment.