Reputation
Badges 1
45 × Eureka!I just set up my server from following url : https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac/
RE: When people do not install the server on the same machine, how is it possible for them then ? I cant reach apiserver / clearml-apiserver.
After new installation of clearml-agent and clearml I still do have the same problem.
Example: I have a simple python script and defined default_docker in clearml.config. When i clone this experiment and run it from clearml dashboard my clearml-agent running in docker mode should execute this task in docker. However, it is stucked after dependencies in...
Original experiment has 1.10.0 pytorch and 113 cuda ['1.10.0+cu113']. Everything was run on the my local computer. In the virutal env i have these versions (however the system itself has little bit newer).
Still not solved, idk if these dependencies are cached somewhere but when i change requirements.txt or i add it manually into code it still have problems with the torch and is looking for 'torch==1.10.0+cu113'
you can edit the requirements section directly <- where ? if i create requirements.txt it seems to be ignored
but for the local execution virtual env (conda) named detectron2 was used
for the requirements how do you mean it please? To add requirements.txt into root directory ith the description of packages is enough ? or do you have to put somewhere you want to use this file? Thanks
when i run it locally it was python script.py and for the remote you are right
Thanks ! That is exactly what I meant 🙂
Have a nice day!
Ok I will try this feature and let you know if I will see any problems. Thank you ! 🙂
Yes api server is on the same machine -> running in container
web_server: http://localhost:8080
api_server: http://localhost:8008
files_server: http://localhost:8081
Insight 2 <- repository is cloned correctly but the uncomitted changes are not.
Thanks for help ! I will try and let you know.