
Reputation
Badges 1
37 × Eureka!Ok. I see this ‘nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04’
this is what clearml currently use?
I sent json file - it is not what you need?
the problem is that I use docker already. I am trying to run the code on the remote server which was previously ran in Colab. And I think that docker just can not find the appropriate version on the server… since I guess Colab used 3.8
OMG I tried different environment and started everything from scratch and it seems it works…
Because now I have successfully import clearml and task but have an error with task initializingValueError: ClearML configuration could not be found (missing
~/clearml.confor Environment CLEARML_API_HOST) To get started with ClearML: setup your own
clearml-server, or create a free account at
when I check os.environ I see'CLEARML_CONFIG_FILE': '/clearml.conf'})
I tried different references and nothing works. funny enough that clearml-init sees the file and reports “Configuration file already exists: /home/ubuntu/clearml.conf” but then the task.init does not see it
I had the same error in Colab actually
but it is located in the /notebooks
'CLEARML_CONFIG_FILE': '/home/ubuntu/notebooks/clearml.conf'
I found that I can change Kernel and choose env
I get an error when I run this init
Successfully installed clearml-1.4.1 furl-2.1.3 orderedmultidict-1.0.1 pyjwt-2.1.0
Thanks for your help and support ☺
oh.. I know nothing about this docker images… 😳 I just tried to follow instructions from the video and I do not fully understand what I am doing))
I can ssh for sure but I do not know how to check the environment 😳
no. I use Download full og button…
and where I can find the docker image that has the python version I need to run with?.. sorry 😳
‘/home/ubuntu/.local/bin/clearml-agent daemon --docker’
But I do use docker… I did not get your 2 point, please, clarify