fix: Readd matplotlib
This commit is contained in:
parent
a5ee44b4c2
commit
20bdd4f566
3 changed files with 307 additions and 0 deletions
1
job.pbs
1
job.pbs
|
|
@ -12,6 +12,7 @@ UV_DIR="${VSC_SCRATCH}/uv" # Directory to install packages
|
|||
module purge
|
||||
module load PyTorch-bundle/2.1.2-foss-2023a-CUDA-12.1.1
|
||||
module load Optuna/3.5.0-foss-2023a
|
||||
module load matplotlib/2.2.5-foss-2023a-Python-2.7.18
|
||||
|
||||
cd "${PBS_O_WORKDIR}"
|
||||
|
||||
|
|
|
|||
Reference in a new issue