-
Notifications
You must be signed in to change notification settings - Fork 658
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
ClearMl Agent with --docker : Unable to find image 'my_docker:latest' locally #1340
Comments
Can someone tell me if there clearml-agent daemon constrcuted with --docker mode appears when doing: |
Hi @NnaYelsel, The Any docker image you can use on your machine (i.e. any image you can use to run |
Thank you for the answer. Can I build it with: Thank you. |
The docker image you need does not need to be built with the specific task - the |
Hello everyone,
I'm trying to execute a task from an agent running in a server with the docker mode (more or less this : https://www.youtube.com/watch?v=MX3BrXnaULs)
I have clear-ml instance working on one server.
I installed docker and clearml-agent on another server (linux). I initialized the clearml agent.
Then, I run:
clearml-agent daemon --queue default --docker my_docker --detached
I can see this agent in the worker and queue of the web API list but when I'm trying to execute it a basic task by putting in the queue. The task is failing, with the following logs in the console:
It's like the docker does not exist.
Moreover, when I'm doing
docker ps -a
the docker created by clearml does not appear, but is appearing with clearml-agent list command (is it normal ?)
I tried also to use clearml-agent build method but it doesn't work either.
Did I missunderstand something about the usage of the clearml-agent with docker ?
Best regards.
The text was updated successfully, but these errors were encountered: