how to update the submodule

This commit is contained in:
Christoph Schranz 2020-02-24 21:25:56 +01:00
parent 14982f2f14
commit a1aab35da1

View File

@ -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` To update CUDA to another version, change in `Dockerfile.header`
the line: the line:
@ -189,6 +191,21 @@ Then re-generate and re-run the image, as closer described above:
./start-local.sh -p [port]:8888 ./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 ## Issues and Contributing
* Please let us know by [filing a new issue](https://github.com/iot-salzburg/gpu-jupyter/issues/new) * Please let us know by [filing a new issue](https://github.com/iot-salzburg/gpu-jupyter/issues/new)