Reputation
Badges 1
37 × Eureka!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
when I check os.environ I see'CLEARML_CONFIG_FILE': '/clearml.conf'})
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
I changed and environment and I think it helped to install clearml. But now I can not get how it can use this my file with conf.
Below is my code:
import os
os.environ[‘CLEARML_CONFIG_FILE’]=‘/clearml.conf’
and then I use import taks.
But if I do not use init, should I export somehow params before?
with such command: !export CLEARML_CONFIG_FILE=/root/clearml.conf
I sent json file - it is not what you need?
thanks! I got it myself already)) yeah, the problem was I did not make new credentials. After I created it for this workspace I managed to run the task
I added new property to the USER PROPERTIES:
Task.add_requirements(‘ipython’)
since I thought it would help to ignore installing 7.33 version and use the installed one… but maybe I did it wrong because it did not help
OMG I tried different environment and started everything from scratch and it seems it works…
but it is located in the /notebooks
I can ssh for sure but I do not know how to check the environment 😳
'CLEARML_CONFIG_FILE': '/home/ubuntu/notebooks/clearml.conf'
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 ownclearml-server, or create a free account at
I found that I can change Kernel and choose env
and where I can find the docker image that has the python version I need to run with?.. sorry 😳
I had the same error in Colab actually
Ok. I see this ‘nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04’
this is what clearml currently use?
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))
‘/home/ubuntu/.local/bin/clearml-agent daemon --docker’
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
no. I use Download full og button…

