mirror of
https://github.com/leandromoreira/digital_video_introduction.git
synced 2026-01-08 22:18:10 -05:00
Specify tag to jupyter/scipy-notebook image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user