mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Update tags in documentation
This commit is contained in:
@@ -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
|
||||
...
|
||||
```
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user