Skip to content

Commit 8df0feb

Browse files
committed
Add script to run Notebooks using docker
1 parent 47516d6 commit 8df0feb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

run.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker run -it --rm \
2+
-p 8888:8888 -p 4040:4040 \
3+
--cpus=4.0 --memory=3000M \
4+
-v "$PWD/data":/home/jovyan/data \
5+
-v "$PWD/notebooks":/home/jovyan/notebooks "$@" \
6+
"$@" \
7+
jupyter/all-spark-notebook

0 commit comments

Comments
 (0)