Reputation
Badges 1
212 × Eureka!I verified in the pod yaml it is set correctly
Are there any work arounds to this issue? Our team is evaluating this product to potentially buy enterprise license. If we can't fetch data this is a problem.
do I have to fetch it via code? I was hoping to not modify my scripts
the worker is now in the dashboard
basically, can I do local installs vs supplying a requirements.txt
Then it tries to curl the files API and gets a 405
okay makes sense now, thanks!
The config change worked but my PYTHONPATH is still not working as expected
Yes, as an example: My task starts up and checks the mounted EFS volume for x data, if x data does not exist there, it then pulls x data from S3.
Okay, makes sense. So there is no copying of the data to the pod, it is simply references via the EFS
In addition to an EFS mount
This is to address the PYTHONPATH issues
` "ipAddressV4": "165.160.15.20",
"organization": {
"asn": "19574",
"asnOrg": "CSC",
"isp": "Corporation Service Company",
"org": "Corporation Service Company"
},
"country": {
"countryName": "United States"
},
"city": {
...
AgitatedDove14 Will I need sudo permissions if I add this script to extra_docker_shell_script
echo "192.241.xx.xx venus.example.com venus" >> /etc/hosts
Would be great if the docker_bash_setup_script
had output I could see
I just opened a shell with the api and tried to curl my files URL, and the curl just hangs. no response
Yep I updated those as well
IMO, the dataset shouldnt be tied to the clearml.conf URLs that it was uploaded with, as that URL could change. It should respect the file server URL the agent has.
Just curious, if https://github.com/allegroai/clearml-helm-charts/blob/19a6785a03b780c2d22da1e79bcd69ac9ffcd839/charts/clearml-agent/values.yaml#L50 is a value I can set, where is it used? It would be great if it overrides the Dataset.get embedded url parsed from my clearml conf file
I wouldn't be able to pass in ~/.clearml/cache/storage_manager/datasets/ds_{ds_id}/my_file.json
as an argument?
Seems like it has everything I would need
How does a task specify which docker image it needs?
For instance, quotes are used
Do you want me to PR that fix?