We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47516d6 commit 8df0febCopy full SHA for 8df0feb
run.sh
@@ -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