File tree Expand file tree Collapse file tree 5 files changed +40
-1
lines changed Expand file tree Collapse file tree 5 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ Docker images for base RTTL notebooks
3
3
4
4
Running notebook locally
5
5
- ` docker run -p 8888:8888 gcr.io/uwit-mci-axdd/<image_name>:<image_tag> `
6
- - Console output will include localhost url with access token. Add '/lab' to the end of the path portion
6
+ - Console output will include localhost url with access token. Add '/lab' to the end of the path portion
7
+
8
+ Accessing server shell locally
9
+ - ` docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/<image_name>:<image_tag> `
Original file line number Diff line number Diff line change
1
+ # rttl-notebooks
2
+ Docker images for base RTTL notebooks
3
+
4
+ Running notebook locally
5
+ - ` docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3 `
6
+ - Console output will include localhost url with access token. Add '/lab' to the end of the path portion
7
+
8
+ Accessing server shell locally
9
+ - ` docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3 `
Original file line number Diff line number Diff line change
1
+ # rttl-notebooks
2
+ Docker images for base RTTL notebooks
3
+
4
+ Running notebook locally
5
+ - ` docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3 `
6
+ - Console output will include localhost url with access token. Add '/lab' to the end of the path portion
7
+
8
+ Accessing server shell locally
9
+ - ` docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3 `
Original file line number Diff line number Diff line change
1
+ # rttl-notebooks
2
+ Docker images for base RTTL notebooks
3
+
4
+ Running notebook locally
5
+ - ` docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3 `
6
+ - Console output will include localhost url with access token. Add '/lab' to the end of the path portion
7
+
8
+ Accessing server shell locally
9
+ - ` docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3 `
Original file line number Diff line number Diff line change
1
+ # rttl-notebooks
2
+ Docker images for base RTTL notebooks
3
+
4
+ Running notebook locally
5
+ - ` docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3 `
6
+ - Console output will include localhost url with access token. Add '/lab' to the end of the path portion
7
+
8
+ Accessing server shell locally
9
+ - ` docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3 `
You can’t perform that action at this time.
0 commit comments