fix: forgot to set path to include python3.10
This commit is contained in:
parent
13cd2e5b60
commit
4eaec644ec
@ -85,6 +85,9 @@ module load devel/cuda/12.4
|
||||
# Navigate to the project directory
|
||||
cd $SLURM_SUBMIT_DIR
|
||||
|
||||
# Set up Python environment
|
||||
source ~/.bashrc # Load PATH and LD_LIBRARY_PATH for custom Python
|
||||
|
||||
# Activate the virtual environment
|
||||
source .venv/bin/activate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user