Skip to content

Commit

Permalink
Remove tags from examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 28, 2023
1 parent 32733a4 commit ff657c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose/notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/make-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff657c7

Please sign in to comment.