Hello! Is it possible to deploy clearml-server on linux/arm64 platform?
5 months ago
@<1523701070390366208:profile|CostlyOstrich36> I tried to install via docker-compose with downloaded yml config from current master of clearml-server, added platform: "linux/arm64"
in yml config for each service. Finally, when I tried up with docker compose I have a message that image with reference
docker.io/allegroai/clearml:latest was found but doesn't match the specified platform: wanted linux/arm64, actual: linux/amd64
.
Moreover...