Skip to content

Commit 3f086f5

Browse files
committed
fix notebooks path in Dockerfile
1 parent 8a1008c commit 3f086f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN adduser --disabled-password \
2929
${NB_USER}
3030

3131
# download tutorials and datasets
32-
RUN gammapy download notebooks --out=${HOME}/gammapy-tutorials --release=0.19
32+
RUN gammapy download notebooks --out=${HOME}/gammapy-tutorials --release 0.19
3333
RUN gammapy download datasets --out=${HOME}/gammapy-datasets
3434

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

3939
# start JupyterLab server in tutorials dir
4040
USER ${NB_USER}
41-
WORKDIR ${HOME}/gammapy-tutorials/notebooks-0.19
41+
WORKDIR ${HOME}/gammapy-tutorials/0.19
4242

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

0 commit comments

Comments
 (0)