Answered
Hi! I Have A Freshly Deployed Clearml Instance. In The Docs I Found A Phrase
Hi! I have a freshly deployed ClearML instance. In the docs I found a phrase
By default, the File Server is not secured even if
has been configured. Using an
that has built-in security is recommended.
So I deployed a MinIO service to handle files securely and I disabled fileserver. One of my teammates noticed that this short snippet isn’t working, because it is trying to send a debug-sample to fileserver!
from clearml import Task
task = Task.init(project_name="test", task_name="test", output_uri="
")
task.get_logger().report_image(title="cat", series="cat2", local_path="cat.jpg", iteration=0)
Is it possible to skip fileserver completely without loosing any of the clear-ml features? Or do I need to have a fileserver running even if nearly all artifacts are stored on MinIO?
909 Views
2
Answers
one year ago
one year ago
Tags