Jake Henning

Results 365 comments of Jake Henning

Yes. This will be updated soon, and is only related to the Agent-Services service (i.e. required a rebuild of the agent-services docker images, which we're doing 🙂)

We'll need to decide on a dockerhub repo to push to - what about `allegroai/clearml-nightly`? or maybe `nightly` is a bad term?

@sagyHarpaz can you see if the `trains-mongo` docker is up? Assuming you're using Windows, you can open the Docker-Desktop dashboard and see the status of the container. You can also...

@sagyHarpaz did you check the Docker Desktop's sharing option? Check `Docker Desktop\Settings\Resources\File Sharing` and see if the data folder you use in the docker-compose is listed there. If not, try...

Can you check what is your Docker Desktop version? In the past, we experienced issues with specific versions. Our last test was with version 2.3.0.4 (46911) which is still the...

OK, this might be a volume issue, try the following: Edit the docker-compose file, change the `mongo` service' volumes and add a new volume at the end of the file:...

Hi @chrisorm, this looks like the WebApp can't reach the server. Can you open the developer tools panel (F12), go to the network section, reload the page and share what...

Hi @amedyukhina, The error (502 Bad Gateway) indicates the browser can't reach the server's API endpoints at all Where is your server running? Are you running the web server on...

Well, it might be that the `apiserver` component took some time to boot, and they UI simply could not reach it

@amedyukhina did you try `curl http://localhost:8008` from the same machine? What's the output?