Skip to content

Commit 29d283b

Browse files
authored
Update Dockerfile
1 parent e6a1dea commit 29d283b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM jmake/repository:bccc06d9833b59f03b99d8dde4e46ca473a4fbc7
22

3-
ENV IPYNB_FILE="Untitled2.ipynb"
3+
ENV IPYNB_FILE="basic_test.ipynb"
44

55
ENV NB_USER="jovyan"
66

77
USER root
88

99
WORKDIR /home/jovyan/work
1010

11-
COPY *.ipynb /home/jovyan/work
11+
COPY ${IPYNB_FILE} /home/jovyan/work
1212

1313
RUN chown -R ${NB_USER} /home/jovyan/work
1414

0 commit comments

Comments
 (0)