Reputation
Badges 1
36 × Eureka!What am I supposed to set CLEARML_HOST_IP value?
here is my network return after docker inspect
AgitatedDove14 GrumpyPenguin23
😢 ah it's strange. I tried all the solutions I came up with
I was running a task, then I clone it. I queued the second one and it is pending till now.
does it mean I have low mem allocated for docker container?
I think because clearml-apiserver is binded to 127.0.0.1 inside docker container instead of 0.0.0.0
I also run netstat inside the container:netstat -an | grep LISTEN | grep 8008tcp 0 0 0.0.0.0:8008 0.0.0.0:* LISTEN
"NetworkSettings": {"Bridge": "","SandboxID": "xx","HairpinMode": false,"LinkLocalIPv6Address": "","LinkLocalIPv6PrefixLen": 0,"Ports": {"8008/tcp": [{"HostIp": "0.0.0.0","HostPort": "8008"}],
` "808...
GrumpyPenguin23 I'm not clear yet 😄
I deployed a self-hosted server and still not able to see it.
is that incoming feature or do I need to do anything to involve "Feature store" feature?
Thank mate.
I realize it is available on self-deployed version of Server. I was struggling deploy it on my server, with corporate proxy things, before end-up using online server (for now).
I will try to deploy a local server again then using this feature.
cheers
do you think it happened because of container firewall?
I think you could use Clone task
GrumpyPenguin23 thanks for clarifying 😄 I must say the message on pricing page is so confusing. But I got what you meant now 😄
host: "localhost:9000"
key: "minioadmin"
secret: "minioadmin"
yeah from the host curl return curl: (56) Recv failure: Connection reset by peer.
clearml-data close --id 1134b2601acc470698232f7f6610cd9c --storage s3://localhost:9000/minio/test
curl inside clearml-apiserver works just fine 😄