Remove tags from examples folder

This commit is contained in:
Ayaz Salikhov
2023-07-28 22:33:40 +04:00
parent 32733a437d
commit ff657c7d51
3 changed files with 3 additions and 3 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-07-25
FROM jupyter/all-spark-notebook
# 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-07-25
FROM jupyter/minimal-notebook
USER root