Skip to content

Commit d75b6e7

Browse files
authored
Merge pull request #4 from uw-it-aca/pm-update_readmes
updated readmes
2 parents 05c00c6 + b406b63 commit d75b6e7

File tree

5 files changed

+40
-1
lines changed

5 files changed

+40
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ Docker images for base RTTL notebooks
33

44
Running notebook locally
55
- `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>`

datascience/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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`

r/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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`

scipy/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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`

tensorflow/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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`

0 commit comments

Comments
 (0)