mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
@@ -13,7 +13,7 @@ This can be achieved by using the generic task used to install all Python develo
|
||||
|
||||
```sh
|
||||
# Install all development dependencies for the project
|
||||
make dev-env
|
||||
make install-dev-env
|
||||
# It can also be installed directly
|
||||
pip install pre-commit
|
||||
```
|
||||
|
@@ -24,7 +24,7 @@ Pushing `Run Workflow` button will trigger this process.
|
||||
## Adding a New Core Image to Docker Hub
|
||||
|
||||
```{note}
|
||||
In general, we do not add new core images and ask contributors to either create a [recipe](../using/recipes.md) or [community stack](../using/stacks.md).
|
||||
In general, we do not add new core images and ask contributors to either create a [recipe](../using/recipes.md) or [community stack](../contributing/stacks.md).
|
||||
```
|
||||
|
||||
When there's a new stack definition, do the following before merging the PR with the new stack:
|
||||
|
Reference in New Issue
Block a user