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 one year ago
Votes Newest

Answers 24


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

  
  
Posted one year ago

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

  
  
Posted one year ago

Any chance you can PR a fix to the docs?

  
  
Posted one year 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 one year ago

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

  
  
Posted one year ago

Thanks @<1523701205467926528:profile|AgitatedDove14> reading …

  
  
Posted one year ago

check if the fileserver docker is running with docker ps

  
  
Posted one year ago

This is what I see:

  
  
Posted one year ago

Thank you so much!! 🤩

  
  
Posted one year ago

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

  
  
Posted one year ago

None

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year 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 one year ago

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 one year ago

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

  
  
Posted one year 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 one year 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 one year ago

image

  
  
Posted one year ago

Try to upload something to the file server ?
None

  
  
Posted one year ago

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

  
  
Posted one year ago

@<1523701205467926528:profile|AgitatedDove14> None

  
  
Posted one year ago

ok so the documentation is confusing here:

  
  
Posted one year ago
858 Views
24 Answers
one year ago
one year ago
Tags