Skip to content

Commit 4e6e757

Browse files
committed
Initial jupyterlab run script
1 parent d36a9fe commit 4e6e757

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run-jl.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
version=$(<VERSION) # Read version of Dockerfile from file VERSION
4+
5+
docker run -it --rm -p 8888:8888 "openworm/openworm:$version" jupyter lab --NotebookApp.default_url=/lab/ --ip=0.0.0.0 --port=8888 --allow-root

0 commit comments

Comments
 (0)