Skip to content

Commit

Permalink
fix notebooks path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bultako committed Nov 23, 2021
1 parent 8a1008c commit 3f086f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -29,7 +29,7 @@ RUN adduser --disabled-password \
${NB_USER}

# download tutorials and datasets
RUN gammapy download notebooks --out=${HOME}/gammapy-tutorials --release=0.19
RUN gammapy download notebooks --out=${HOME}/gammapy-tutorials --release 0.19
RUN gammapy download datasets --out=${HOME}/gammapy-datasets

# setting ownerships
Expand All @@ -38,7 +38,7 @@ RUN chown -R gammapy:gammapy ${HOME}

# start JupyterLab server in tutorials dir
USER ${NB_USER}
WORKDIR ${HOME}/gammapy-tutorials/notebooks-0.19
WORKDIR ${HOME}/gammapy-tutorials/0.19

# env vars used in tutorials
ENV GAMMAPY_DATA ${HOME}/gammapy-datasets

0 comments on commit 3f086f5

Please sign in to comment.