Update tags in documentation

This commit is contained in:
Ayaz Salikhov
2021-05-22 16:55:58 +03:00
parent 33add21fab
commit 7bf833c183
9 changed files with 30 additions and 30 deletions

View File

@@ -41,7 +41,7 @@ notebook/down.sh
You can customize the docker-stack notebook image to deploy by modifying the `notebook/Dockerfile`. For example, you can build and deploy a `jupyter/all-spark-notebook` by modifying the Dockerfile like so:
```dockerfile
FROM jupyter/all-spark-notebook:55d5ca6be183
FROM jupyter/all-spark-notebook:33add21fab64
...
```

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:55d5ca6be183
FROM jupyter/minimal-notebook:33add21fab64
USER root