initial
This commit is contained in:
11
jupyter-scipy-database-extension.sh
Executable file
11
jupyter-scipy-database-extension.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# docker volume create jupyter-data
|
||||
|
||||
docker run \
|
||||
-d \
|
||||
-v jupyter-data:/home/jovyan/work \
|
||||
-p 8888:8888 \
|
||||
--rm \
|
||||
--name jupyter \
|
||||
registry.gitlab.com/wolutator/jupyter-scipy-database-extension:latest
|
Reference in New Issue
Block a user