Translations:Tutoriel Apprentissage machine/40/en: Difference between revisions
Jump to navigation
Jump to search
(Created page with "* Create and activate a virtual environment in <tt>$SLURM_TMPDIR</tt> (this variable points to a directory on the local dis...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* | * Activate your virtual environment. | ||
* Try to run your program. | * Try to run your program. | ||
* Install any missing modules if necessary. | * Install any missing modules if necessary. Since the compute nodes don't have internet access, you will have to install them from a login node. Please refer to our documentation on [[Python#Creating_and_using_a_virtual_environment|virtual environments]]. | ||
* Note the steps that you took to make your program work. | |||
Latest revision as of 15:34, 30 March 2021
- Activate your virtual environment.
- Try to run your program.
- Install any missing modules if necessary. Since the compute nodes don't have internet access, you will have to install them from a login node. Please refer to our documentation on virtual environments.
- Note the steps that you took to make your program work.