Update Cluster notes authored by Federico Izzo's avatar Federico Izzo
......@@ -30,9 +30,9 @@ Inside the cluster there is no possibility to build a model or misc container wi
The are two ways to fix this problem:
1. gitlab:
a. push code to gitlab server;
b. automatic building is triggered on push;
c. after some minutes containers will be available on container registry and will be fetched with `./run pull_model` and `./run pull_misc`.
1. push code to gitlab server;
2. automatic building is triggered on push;
3. after some minutes containers will be available on container registry and will be ablet to be fetched with `./run pull_model` and `./run pull_misc`.
2. code as volume: if you need to modify many times your code and you do not want to wait gitlab builds you can use `--development` flag in `./run run_model` and `./run run_misc`. In this way code will be accessible inside the container.
## pull from gpu node
......
......