Reputation
Badges 1
212 × Eureka!` * Serving Flask app 'fileserver' (lazy loading)
- Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead. - Debug mode: off
[2022-09-08 13:24:25,822] [8] [WARNING] [werkzeug] * Running on all addresses.
WARNING: This is a development server. Do not use it in a production deployment. `
maybe a cors issue?
gotcha, I see how that is populated now. So then if my workers have git credentials, a user can clone that experiment and run on a worker?
I made the PR here JuicyFox94 AgitatedDove14 https://github.com/allegroai/clearml-helm-charts/pull/106
for example, if my github repo is project.git and my structure is project/utils/tool.py
yes makes sense. So I wouldnt be able to setup the PYTHONPATH via the setup script?
` "ipAddressV4": "165.160.15.20",
"organization": {
"asn": "19574",
"asnOrg": "CSC",
"isp": "Corporation Service Company",
"org": "Corporation Service Company"
},
"country": {
"countryName": "United States"
},
"city": {
...
that is the containerinit logs from k8glueagent
Does the file on the EFS get downloaded to the k8 pod local volume?
These are the logs from the fileserver pod
I'm not familiar with helm that well to clone this, fix it, and then test
You guys are the maintainers of this repo
Yes! Thanks so much for the quick turnaround
Also what is the base path where the git repo is cloned? So if my repo is called myProject.git, what would the full path be?
AgitatedDove14 How do I setup a master task to do all the reporting?
Yea I did similar. I think the crux of the issue is the subprocess calls I removed.
basically, can I do local installs vs supplying a requirements.txt
Seems like its just missing the brackets
perhaps the 405 is from nginx
Hey triggering the tasks from the CLI resolved the python pathing issues!
I think the quotes don't effect the yaml