Update Cluster notes authored by Federico Izzo's avatar Federico Izzo
...@@ -36,7 +36,7 @@ The are two ways to fix this problem: ...@@ -36,7 +36,7 @@ The are two ways to fix this problem:
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. 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 ## pull from gpu node
TODO If you want nvidia gpu support inside the container be sure to call `./run pull_model` and `./run pull_misc` from a cluster node with gpu.
## Port forwarding ## Port forwarding
In order to be able to have ssh port forwarding follow this guidelines. In order to be able to have ssh port forwarding follow this guidelines.
... ...
......