Jingli Shi
Jingli Shi
Changing the version of imageio can fix the issue. `pip install imageio==2.5.0` `pip install imageio-ffmpeg`
same issue for my server deployment. i found that i cannot add credentials using WebUI 
i do not know why the added credentials have disappeared.
i found out how to fix it. 1. delete all files under /opt/clearml/data/ 2. restart dockers 3. run your code again. but you will lost all old data.
i have tried to configure kibana to connect elastic in clearml. it will cause elastic container restart. maybe this function is not implemented yet.
or just pass in `Loader=yaml.FullLoader`
Hi @jkhenning , thank you for you reply. please find answers below: 1. What operating system are you using to run the docker compose in? > I deploy clearml-server to...
Hi @yur1xpp , there are some things you could try: 1. check if the MongoDB or elastic docker is always restarting (this happened on my side because the port (9200...
I delete all data under /opt/clearml, and redeploy it following [Instruction](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac). Then, I add one line in `/opt/clearml/config/apiserver.conf ` because i saw my account is deleted. i did not find...
for me: `WebApp: 1.15.0-472 • Server: 1.15.0-472 • API: 2.29`