allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

ClearML-Server on ppc64le #194

Open DedaRepo opened 1 year ago

DedaRepo commented 1 year ago

We are trying to install ClearML-server on our ppc64le machine, but we have some problem with execution and dockers images keep restarting. When we launch the docker-compose we receive a warning that says:

"WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/ppc64le) and no specific platform was requested".

So we tried to specify the platform in the yaml file adding the line "platform: linux/ppc64le" for every image, but when we launch docerk-compose command, we receive an error that says

"Error response from daemon: image with reference allegroai/clearml:latest was found but does not match the specified platform: wanted linux/ppc64le, actual: linux/amd64"

Do we have to think that there are some architecture prerequisite? If yes, this information should be stated on the installation doc.

jkhenning commented 1 year ago

Hi @DedaRepo,

Which version of ClearML Server are you trying to install?

DedaRepo commented 1 year ago

Hi @DedaRepo,

Which version of ClearML Server are you trying to install?

Hi, thanks for the reply. It should be the latest, as we didn't specify otherwise.

DedaRepo commented 1 year ago

Hi @DedaRepo,

Which version of ClearML Server are you trying to install?

Hello, any news? Thank you very much for your support.