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
Hi Team, I'M Currently Trying To Install Clearml-Server On A Powerpc Server With Redhat7. The Issue Is That The Clearml-Server Pre-Built Images Doesn'T Run On The Powerpc, So The Docker Containers Need To Be Rebuild On The Powerpc Host. Is There Dockerfil

Hi Team, I'm currently trying to install ClearML-Server on a Powerpc server with RedHat7. The issue is that the ClearML-Server pre-built images doesn't run on the powerpc, so the docker containers need to be rebuild on the PowerPc host. Is there dockerfiles for the ClearML-Server stack somewhere ?

  
  
Posted 2 years ago
Votes Newest

Answers 9


Hi Team, I'm currently trying to install ClearML-Server on a Powerpc server with RedHat7.

You are a brave man LividCrab90 !

s there dockerfiles for the ClearML-Server stack somewhere ?

The main issue is replacing the DB containers, do you have elastic/mongo/redis for powerpc ?

  
  
Posted 2 years ago

Then in theory (since the backend is python based) you just need to find a base docker image to build it on.

  
  
Posted 2 years ago

Yeah, I have the images for elastic, mongo and redis for powerpc

  
  
Posted 2 years ago

So the only image that I need to build is allegroai/clearml ?

  
  
Posted 2 years ago

Hi LividCrab90 , the images are based on centos7. We don't yet have a clean dockerfile for them, but I can try to whip one up for you, if you're willing to make it work 🙂

  
  
Posted 2 years ago

SuccessfulKoala55 , please let me know when you have something that can help me build the allegroai/clearml image from scratch

  
  
Posted 2 years ago

what I'm looking for is the recipe to build that one,

  
  
Posted 2 years ago

Oh great, that will be great. Thanks in advance,

  
  
Posted 2 years ago

Will do 🙂

  
  
Posted 2 years ago
527 Views
9 Answers
2 years ago
one year ago
Tags