mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Unify docker build command
This commit is contained in:
@@ -41,7 +41,7 @@ To use a requirements.txt file, first, create your `requirements.txt` file with
|
|||||||
Then build a new image.
|
Then build a new image.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build --rm -t my-custom-image .
|
docker build --rm --tag my-custom-image .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Add a custom conda environment and Jupyter kernel
|
## Add a custom conda environment and Jupyter kernel
|
||||||
@@ -96,7 +96,7 @@ Create the Dockerfile as:
|
|||||||
And build the image as:
|
And build the image as:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build --tag my-custom-image .
|
docker build --rm --tag my-custom-image .
|
||||||
```
|
```
|
||||||
|
|
||||||
Once built, run using the command:
|
Once built, run using the command:
|
||||||
|
Reference in New Issue
Block a user