We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36a9fe commit 4e6e757Copy full SHA for 4e6e757
run-jl.sh
@@ -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