We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47248ca + f914379 commit edf911cCopy full SHA for edf911c
docs/arch_exp/turpan/logiciels/envpython/jupyterlab.md
@@ -108,6 +108,15 @@ Ceux-ci peuvent être utilisés en invoquant `runJupyterSession.sh` avec l'optio
108
```bash
109
runJupyterSession.sh --container pytorch
110
```
111
+Il est possible de choisir la version du conteneur à l’aide de l’option `--flavor` :
112
+```bash
113
+runJupyterSession.sh --container pytorch --flavor 24.10
114
+```
115
+Pour consulter les versions disponibles, utilisez la commande suivante :
116
117
+runJupyterSession.sh --container pytorch --help
118
119
+
120
### Installer un paquet python supplémentaire dans mon environnement
121
122
À l'intérieur d'une cellule du notebook, exécuter la commande `!pip install --user monpaquet'`
0 commit comments