Reputation
Badges 1
125 × Eureka!does this make more sense? SuccessfulKoala55
Same thing SuccessfulKoala55 😞
if i enqueue the script to the services queue but run_as_service is false, what happens?
it's from the github issue you sent me but i don't know what the "application" part is or the "NV-InferRequest:...."
Hey AgitatedDove14 , thanks for the answer. What does that mean? In any case I think it would be a nice to have feature.
Yeah, that would be nice!
SuccessfulKoala55 I can't get it to work... I tried using the pip conf locally and it works, but the agent doesn't seem to be able to install the package
um, this line is not doing anything for me 🤔controller_clearml_task = Task.current_task() controller_clearml_task.set_resource_monitor_iteration_timeout( seconds_from_start=10 )
` Using cached repository in "/root/.clearml/vcs-cache/DeployKit_cloud.git.3e6952dd2fa4054e353465fe2d40daa3/DeployKit_cloud.git"
fatal: Could not read from remote repository. `
some documentation for understanding the parameters, flags, options etc.
I want my serving controller to go into a particular project instead of the default DevOps, for example
Other things might be programatically adding endpoints instead of using cli (this is because I potentially have hundreds of models to serve so I can't do this manually)
And this is what I get with the curl inference example on the README.md(prediction_module) emilio@unicorn:~/clearml-serving$ curl -X POST " ` " -H "accept: application/json" -H "Content-Type: application/json" -d '{"x0": 1, "x1": 2}'
<html> <head><title>405 Not Allowed</title></head> <body> <center><h1>405 Not Allowed</h1></center> <hr><center>nginx/1.20.1</center> </body> </html> `
Hey AgitatedDove14 , did you get a chance to look at this?
yes, I just ran steps 6-12 again from https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/
I think the issue is that the host is not trusted... it looks like it looks into the index
hiya Jake, how do I inject this with the extra_docker_shell_script setting?