You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a new file clearml-serving.conf for serving model like
api {
# Notice: 'host' is the api server (default port 8008), not the web server.
api_server: http://clearml-apiserver:8008
web_server: http://clearml-webserver:80
files_server: http://clearml-fileserver:8081
credentials {"access_key": "################", "secret_key": "###############################"}
}
.............................................................................
.............................................................................
.............................................................................
.............................................................................
host is docker container name and port is internal port, it has same network with clearml-server
command line run docker run -v ~/clearml-serving.conf:/root/clearml.conf -p 8083:8083 -e CLEARML_SERVING_TASK_ID=861bad5efb1e4c0382da0da4d784f24e -e CLEARML_SERVING_POLL_FREQ=5 --network clearml_backend --network clearml_frontend clearml-serving-inference:latest
david101-hunter
changed the title
run clearml serving with clearml server not working
[Bug] Run clearml serving with clearml server not working
May 3, 2024
Hi
I built clearml server by self-hosted
I have followed official tutorial
My config:
because CLEARML_WEB_HOST on port 8080, I have to change 8080 to 8082 in docker-compose.yml file
full docker-compose.yml file. I have changed to same docker network with clearml server
when I run
I see so many error like this: [Errno 111] Connection refused')': /auth.login
Detail:
What is that? How can I fix that?
Thanks for all!
The text was updated successfully, but these errors were encountered: