Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Also, not sure where to ask this question. I am following the instructions from here: None

After the instance is created I can log in with ssh but h ttp://<Public Address>:8080 does not load.
Also, checking the storage I can see MongoDB (/opt/clearml/data/mongo_4) and Elasticsearch (/opt/clearml/data/elastic_7) but no fileserver .

I am using the pre-built AMI image listed on the page for us-east-2.

  
  
Posted 8 months ago
Votes Newest

Answers 24


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"
  
  
Posted 8 months ago

Try to upload something to the file server ?
None

  
  
Posted 8 months ago

I just ran a dummy experiment logging images, plots, etc and I can see them in my server’s Web UI.

  
  
Posted 8 months ago

image

  
  
Posted 8 months ago

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?

  
  
Posted 8 months ago

/opt/clearml/data/fileserver this is ion the host machine and it is mounted Into the container to /mnt/fileserer

  
  
Posted 8 months ago

if that were the case it explains why I see /opt/clearml/data/fileserver but no /mnt/fileserver ….

  
  
Posted 8 months ago

ok so the documentation is confusing here:

  
  
Posted 8 months ago

None

  
  
Posted 8 months ago

there under fileserver it should read /opt/clearml/data/fileserver

  
  
Posted 8 months ago

Any chance you can PR a fix to the docs?

  
  
Posted 8 months ago

sorry I am a noob not sure how can do that but happy to help if I can

  
  
Posted 8 months ago

Thank you so much!! 🤩

  
  
Posted 8 months ago

Do you have any insights on the missing fileserver @<1523701205467926528:profile|AgitatedDove14> ?

  
  
Posted 8 months ago

Thanks @<1523701205467926528:profile|AgitatedDove14> reading …

  
  
Posted 8 months ago

check if the fileserver docker is running with docker ps

  
  
Posted 8 months ago

What I am referring to is this information about the Storage Configuration:
None

  
  
Posted 8 months ago

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

  
  
Posted 8 months ago

This is what I see:

  
  
Posted 8 months ago

@<1523701205467926528:profile|AgitatedDove14> None

  
  
Posted 8 months ago

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 (?)

  
  
Posted 8 months ago

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:

  
  
Posted 8 months ago

I can’t see anything under /mnt so no fileserver there (?)

  
  
Posted 8 months ago

Hi @<1603198134261911552:profile|ColossalReindeer77>
I would also check this one: None

  
  
Posted 8 months ago