reconfigurable-ml-pipeline / ipa

Source code of IPA, https://escholarship.org/uc/item/2p0805dq
10 stars 8 forks source link

Path Errors with Automated Infrastructure Installation #10

Open reganwillis opened 1 month ago

reganwillis commented 1 month ago

Setting up IPA with the automated infrastructure installation assumes setup in the root directory. When setting up in the /work directory (as is required for persistence in the Chameleon workspace) several path errors arise. Documenting the issues here in case it helps anyone else.

The /infrastructure/build.sh and /infrastructure/hack/download_data.sh scripts contain paths that cause these errors. I changed both scripts to include the work directory in the paths and the installation was successful.