
Reputation
Badges 1
212 × Eureka!Does the clearml module parse the python packages? If I'm using a private pypi artifact server, would I set the PIP_INDEX_URL on the workers so they could retrieve those packages when that experiment is cloned and re-ran?
It will then parse the above information from my local workstation?
Yep got it, I was under the impression I could set those values in the UI but I now see they are parsed from my local workstation
Yea that is a similar bug, needs the same fix
You guys are the maintainers of this repo
When I run from sfi.imagery import models. It works fine local. So the repo is setup for proper imports. But fails in clearML tasks
Essentially I'm mirroring the example here
Thanks for looking into this!
I assumed I would need to upload it and then reference it somehow?
SuccessfulKoala55 It looks like it should eval to True?
It takes about 30 seconds here for that step
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
so it caches to ~/.clearml/ any files that are under the same project name?
I think the quotes don't effect the yaml
perhaps I need to use localhost
Then it tries to curl the files API and gets a 405
Would using 22.04 Ubuntu still work in the task execution?
perhaps the 405 is from nginx
the API url works fine, returns 200
I verified in the pod yaml it is set correctly
curl --insecure -sw %{http_code}
` -o /dev/null │
│ init-k8s-glue waiting for apiserver ...
I think the issue is the pod to pod comms can't resolve my route53 dns records
I think this is VPN related now