how to update the submodule
This commit is contained in:
parent
14982f2f14
commit
a1aab35da1
19
README.md
19
README.md
@ -171,7 +171,9 @@ Then update the config file as shown below and restart the service.
|
||||
}
|
||||
```
|
||||
|
||||
### Update CUDA to another version
|
||||
### Updates
|
||||
|
||||
#### Update CUDA to another version
|
||||
|
||||
To update CUDA to another version, change in `Dockerfile.header`
|
||||
the line:
|
||||
@ -189,6 +191,21 @@ Then re-generate and re-run the image, as closer described above:
|
||||
./start-local.sh -p [port]:8888
|
||||
```
|
||||
|
||||
#### Update Docker-Stack
|
||||
|
||||
The [docker-stacks](https://github.com/jupyter/docker-stacks) are used as
|
||||
submodule within `.build/docker-stacks`. To update the generated Dockerfile these run:
|
||||
|
||||
```bash
|
||||
cd .build/docker-stacks/ && git pull && cd -
|
||||
./generate_Dockerfile.sh
|
||||
```
|
||||
|
||||
A new build can last some time and may consume a lot of data.
|
||||
More info to submodules can be found in
|
||||
[this tutorial](https://www.vogella.com/tutorials/GitSubmodules/article.html).
|
||||
|
||||
|
||||
## Issues and Contributing
|
||||
|
||||
* Please let us know by [filing a new issue](https://github.com/iot-salzburg/gpu-jupyter/issues/new)
|
||||
|
Loading…
Reference in New Issue
Block a user