Specify tag to jupyter/scipy-notebook image

This commit is contained in:
yuji38kwmt
2021-05-25 18:11:15 +09:00
committed by GitHub
parent 41979a3969
commit cdde4fdb29

View File

@@ -1,2 +1,3 @@
#!/bin/bash
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook
# Run Jupyter Notebook (Python 3.5.2, scipy 0.17.1)
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook:387f29b6ca83