kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
1990c0644f
|
@ -148,7 +148,7 @@ To update one of the dependencies shared across all `repo2docker` builds, you
|
||||||
must follow these steps (with more detailed information in the sections below):
|
must follow these steps (with more detailed information in the sections below):
|
||||||
|
|
||||||
* Make sure you have [Docker](https://www.docker.com/) running on your computer
|
* Make sure you have [Docker](https://www.docker.com/) running on your computer
|
||||||
* Bump the version number in the `conda` environment ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#conda-dependencies))
|
* Bump the version numbers of the dependencies you want to update in the `conda` environment ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#conda-dependencies))
|
||||||
* Make a pull request with your changes ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#make-a-pull-request))
|
* Make a pull request with your changes ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#make-a-pull-request))
|
||||||
|
|
||||||
See the subsections below for more detailed instructions.
|
See the subsections below for more detailed instructions.
|
||||||
|
@ -175,7 +175,8 @@ See the subsections below for more detailed instructions.
|
||||||
an existing package, you should then run:
|
an existing package, you should then run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python ./repo2docker/buildpacks/conda/freeze.py
|
cd ./repo2docker/buildpacks/conda/
|
||||||
|
python freeze.py
|
||||||
```
|
```
|
||||||
|
|
||||||
This script will resolve dependencies and write them to the respective `.frozen.yml`
|
This script will resolve dependencies and write them to the respective `.frozen.yml`
|
||||||
|
|
Ładowanie…
Reference in New Issue