I restarted clearml after changing the config file as instructed at https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac/#restarting
docker-compose -f /opt/clearml/docker-compose.yml down docker-compose -f /opt/clearml/docker-compose.yml up -d
One more question, it looks like clearml is ignoring my base_docker specification in clearml.conf
, I have:
` (...) # cat ~/clearml.conf | grep -A 2 default_docker
default_docker: {
# default docker image to use when running in docker mode
image: "clearml-base" but on task exectution I get:
Running Task (...) inside default docker: nvidia/cuda:11.2.0-cudnn8-runtime-ubuntu20.04 arguments: ... `
You can read up on the caching options in your ~/clearml.conf
You can make virtualenv creation a bit faster