copasi/cloud-copasi

Change the (Docker container) environment for our condor config file location and any addtional python modules.

bdklahn opened this issue · 2 comments

Fix the following to . . .

  1. point to our custom condor_config
  2. include the correct path to any condor-provided Python modules.

cloud-copasi/Dockerfile

Lines 14 to 15 in 0376aa9

CONDOR_CONFIG="/home/cloudcopasi/bosco/etc/condor_config" \
PYTHONPATH="/home/cloudcopasi/bosco/lib/python3:/home/cloudcopasi/cloud-copasi" \

I don't think we need to explicitly include the normal system Python install path, as PYTHONPATH seems to "Augment", not replace, the normal path.

should be:
CONDOR_CONFIG=/home/cloudcopasi/condor/etc/condor_config

02a77e1
. . . should take care of this.