Skip to content

Commit 54adb3e

Browse files
committed
added relativelinks to dockerfile
1 parent 8acc8d3 commit 54adb3e

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

datascience/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Docker image for UW RTTL datascience notebook.
33
- Detailed information about base datascience notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-datascience-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
56

67
Running notebook locally
78
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`

r/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Docker image for UW RTTL R notebook.
33
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
56

67
Running notebook locally
78
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`

rstudio/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Docker image for RStudio notebook using jupyter-rsession-proxy to handle auth flow with JupyterHub. Note: latest RStudio version that runs correctly is 1.2.5042
33
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
56

67
Running notebook locally
78
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`

scipy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Docker image for UW RTTL SciPy notebook.
33
- Detailed information about base SciPy notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
56

67
Running notebook locally
78
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`

tensorflow/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Docker image for UW RTTL Tensorflow notebook.
33
- Detailed information about base Tensorflow notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-tensorflow-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
56

67
Running notebook locally
78
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3`

0 commit comments

Comments
 (0)