Reputation
Badges 1
37 × Eureka!'CLEARML_CONFIG_FILE': '/home/ubuntu/notebooks/clearml.conf'
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 can ssh for sure but I do not know how to check the environment 😳
but it is located in the /notebooks
OMG I tried different environment and started everything from scratch and it seems it works…
I found that I can change Kernel and choose env
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
I get an error when I run this init
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 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'})
Ok. I see this ‘nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04’
this is what clearml currently use?
I even not sure what is the main problem. Am I right that the docker just can not find the version needed? If I get this error?
ERROR: Could not find a version that satisfies the requirement ipython==7.33.0 (from -r /tmp/cached-reqssiv6gjvc.txt (line 4)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0...
no. I use Download full og button…
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
I sent json file - it is not what you need?
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’
I had the same error in Colab actually
Thanks for your help and support ☺