Skip to content

Instantly share code, notes, and snippets.

@jey
Created November 15, 2018 03:48
Show Gist options
  • Save jey/e793b76effc1324ee84371e41274d479 to your computer and use it in GitHub Desktop.
Save jey/e793b76effc1324ee84371e41274d479 to your computer and use it in GitHub Desktop.
docker run --rm --name risecamp_ray --user root --memory 16g --shm-size 16g --network=ray_network -p 127.0.0.1:8080:8080 -v /var/run/docker.sock:/var/run/docker.sock -e NOTEBOOK_FLAGS= --NotebookApp.password='sha1:3ec466c1b38d:6b4670be0553e483ca5ddde58bb4765c8ab40c10' --NotebookApp.allow_origin='*' -e CONTAINER_BASE_URL=camp/ray -p 127.0.0.1:3000:3000 -p 127.0.0.1:6006:6006 -p 127.0.0.1:8889:8889 ucbrise/risecamp2018-ray:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment