What I am referring to is this information about the Storage Configuration:
None
there under fileserver it should read /opt/clearml/data/fileserver
Any chance you can PR a fix to the docs?
Responding to my own question, in case someone else has the same issue. You have to edit the security group and enable TCP 8080.
I haven’t figure out the missing fileserver? :man-shrugging:
Hi @<1603198134261911552:profile|ColossalReindeer77>
I would also check this one: None
Thanks @<1523701205467926528:profile|AgitatedDove14> reading …
check if the fileserver docker is running with docker ps
sorry I am a noob not sure how can do that but happy to help if I can
Do you have any insights on the missing fileserver @<1523701205467926528:profile|AgitatedDove14> ?
I can’t see anything under /mnt
so no fileserver there (?)
I just ran a dummy experiment logging images, plots, etc and I can see them in my server’s Web UI.
I am not a docker expert but am I correct to say that here the ‘/mnt/fileserver’ is the container path rather than the source path?
I see this in the docker-compose.yml
file:
fileserver:
networks:
- backend
- frontend
command:
- fileserver
container_name: clearml-fileserver
image: allegroai/clearml:1.12.1-397
environment:
CLEARML__fileserver__delete__allow_batch: "true"
restart: unless-stopped
volumes:
- /opt/clearml/logs:/var/log/clearml
- /opt/clearml/data/fileserver:/mnt/fileserver
- /opt/clearml/config:/opt/clearml/config
ports:
- "8081:8081"
/opt/clearml/data/fileserver
this is ion the host machine and it is mounted Into the container to /mnt/fileserer
so it looks like the server is there (docker ps), I can see the artifacts (web ui), but not sure where things are as per documentation there is no /mnt/fileserver
(?)
3fdcf5db64d allegroai/clearml:1.12.1-397 “/opt/clearml/wrappe…” 10 days ago Up 9 minutes 8008/tcp, 8080/tcp, 0.0.0.0:8081->8081/tcp, :::8081->8081/tcp clearml-fileserver
Try to upload something to the file server ?
None
if that were the case it explains why I see /opt/clearml/data/fileserver
but no /mnt/fileserver
….
@<1523701205467926528:profile|AgitatedDove14> None
ok so the documentation is confusing here: