Skip to content

Commit

Permalink
Initial jupyterlab run script
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Oct 5, 2024
1 parent d36a9fe commit 4e6e757
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run-jl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

version=$(<VERSION) # Read version of Dockerfile from file VERSION

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 comments on commit 4e6e757

Please sign in to comment.