We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1073273 commit fe30371Copy full SHA for fe30371
1 file changed
Dockerfile
@@ -18,4 +18,4 @@ RUN jupyter nbconvert --execute --clear-output ${IPYNB_FILE}
18
19
RUN tar -cvzf results.tar.gz /home/jovyan/work/*.*
20
21
-COPY ${IPYNB_FILE}.ipynb from_docker.ipynb
+COPY ${IPYNB_FILE} from_docker.ipynb
0 commit comments