Skip to content
Snippets Groups Projects
Commit e6a39fa1 authored by EXT Soraya Arias's avatar EXT Soraya Arias
Browse files

Merge branch 'sarias-master-patch-74696' into 'master'

Ajout config pour ssh

See merge request talks/fidle!1
parents 8f1e71ec 33cdcbe4
No related branches found
No related tags found
1 merge request!1Ajout config pour ssh
...@@ -5,6 +5,17 @@ FIDLE - Formation Introduction au Deep Learning ...@@ -5,6 +5,17 @@ FIDLE - Formation Introduction au Deep Learning
--- ---
S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020 S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020
## 0/ SSH et accès aux machines de calcul Gricad
Fichier config à créer sous $HOME/.ssh
```
ForwardAgent yes
Host *.ciment
User votre_login
ProxyCommand ssh -q votre_login@access-rr-ciment.imag.fr "nc -w 60 `basename %h .cime
nt` %p"
LocalForward 8888 f-dahu:numerodeport_particulier
```
## 1/ Environment ## 1/ Environment
To run this examples, you need an environment with the following packages : To run this examples, you need an environment with the following packages :
- Python 3.6 - Python 3.6
...@@ -29,4 +40,5 @@ To manage conda environment see [there](https://docs.conda.io/projects/conda/en/ ...@@ -29,4 +40,5 @@ To manage conda environment see [there](https://docs.conda.io/projects/conda/en/
To update an existing environment : To update an existing environment :
``` ```
conda env update --name=deeplearning2 --file=environment.yml conda env update --name=deeplearning2 --file=environment.yml
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment