Update tag example

This commit is contained in:
Ayaz Salikhov
2022-09-27 14:59:06 +04:00
parent 915cd411b5
commit d7637de684
8 changed files with 23 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ You can customize the docker-stack notebook image to deploy by modifying the `no
For example, you can build and deploy a `jupyter/all-spark-notebook` by modifying the Dockerfile like so:
```dockerfile
FROM jupyter/all-spark-notebook:0fd03d9356de
FROM jupyter/all-spark-notebook:9e63909e0317
# Your RUN commands and so on
```

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Pick your favorite docker-stacks image
FROM jupyter/minimal-notebook:0fd03d9356de
FROM jupyter/minimal-notebook:9e63909e0317
USER root