-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying Models from Azure Blob #43
Comments
Hi There! Thanks again for the detailed write-up. Would you mind testing if the following fix works? It seems like the clearml config file is not mounted inside the necessary containers. Make sure your Azure credentials are added in this config file :) So you'd add:
to here:
and here:
If you can confirm this is working, we can make a PR and get this issue sorted out. Thanks a lot for your patience and cooperation!! |
Hi @thepycoder ,
So it seems like the azure blob storage driver is not set up properly in the docker container? In the environment where I call docker-compose the requirement is already satisfied. |
Hey @ockaro! Thanks for checking back in!
|
Hi @thepycoder,
Do you need any further information? |
@ockaro Awesome, thanks a lot for your patience here! We don't need anything else and are working to make the process more painless in the future. Thank you so much for your contributions! |
Models which are located on the clearML servers (created by Task.init(..., output_uri=True) ) run perfectly while models which are located on azure blob storage produce different problems in different scenarios:
test_model_pytorch': failed to open text file for read /models/test_model_pytorch/config.pbtxt: No such file or directory
.Side note: The same problem occurs hosting the containers on windows and on linux. All azure credentials are succesfully set up as envioronment variables in 'clearml-serving-inference', 'clearml-serving-triton' and 'clearml-serving-statistics' containers.
The text was updated successfully, but these errors were encountered: