From 3570beb2d8ae6ed8f667b4babbfc5db4bbdcdd9b Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 28 Sep 2022 11:31:15 +0530 Subject: [PATCH] change pythonpath --- hpc_entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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