diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index f502ed5..2a4e3c7 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -21,7 +21,8 @@ module load anaconda echo "Activate Environment" source activate enhancer export TRANSFORMERS_OFFLINE=True -export PYTHONPATH=${PYTHONPATH}:/home/c.sistc3/enhancer +export PYTHONPATH=${PYTHONPATH}:/scratch/c.sistc3/enhancer +echo $PYTHONPATH source ~/mlflow_settings.sh