Update tags in documentation

This commit is contained in:
Ayaz Salikhov
2022-03-30 19:20:23 +01:00
parent badc5325e8
commit a420c15d53
7 changed files with 20 additions and 20 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:b418b67c225b
FROM jupyter/all-spark-notebook:6b49f3337709
# 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:b418b67c225b
FROM jupyter/minimal-notebook:6b49f3337709
USER root