Reputation
Badges 1
212 × Eureka!I assumed I would need to upload it and then reference it somehow?
` PYTHONPATH: /home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi:/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py:/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi/imagery/models/training::/home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py/sfi:/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/npuser/.clearml/venvs-builds/3.7/lib6...
The config change worked but my PYTHONPATH is still not working as expected
Yea I've done that already but I can do it again
Can you fix this or should I open a PR. I'm blocked by this.
do I have to fetch it via code? I was hoping to not modify my scripts
Not yet AgitatedDove14 Perhaps we can pair on this Monday.
After proving we can run our training, I would then advise we update our code base
Could I simply just reference the files by name and pass in a string such as ~/.clearml/my_file.json
This would be a short term solution as we build a proof of concept
I was hoping to use docker_bash_setup_script
but it didn't work when I ran pip install -e .
in the respective script
yea IDK, the git repo is a python library. Is it possible to run something like pip install -e .
so I can utilize the setup.py?
Okay, seems like there are ways to do it, just need to be a bit clever
I think the quotes don't effect the yaml
Seems like its just missing the brackets
You guys are the maintainers of this repo
Would I copy and paste this block to produce another queue and k8 glue agent?
I'm not familiar with helm that well to clone this, fix it, and then test
I learned helm a few days ago
For instance, quotes are used
How does a task specify which docker image it needs?
Essentially I'm mirroring the example here
note /home/npuser/.clearml/venvs-builds/3.7/task_repository/commons-imagery-models-py
is the correct path