Update tag example to use python 3.11

This commit is contained in:
Ayaz Salikhov
2023-06-02 19:27:47 +04:00
parent a01a701292
commit 0d7551c273
7 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:2023-05-26
FROM jupyter/all-spark-notebook:2023-06-01
# 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:2023-05-26
FROM jupyter/minimal-notebook:2023-06-01
USER root