-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hello,
I'm currently deploying Codabench locally for a competition, and my server runs on the aarch64 (ARM64) architecture (verified via arch command, output: aarch64). The server's kernel version is 5.10.0-153.56.0.134.oe2203sp2.aarch64 (based on openEuler 22.03 SP2).
During the test phase, I encountered a critical compatibility issue: all Codabench-related Docker images available on Docker Hub are tagged with the linux/amd64 architecture. So,I have some questions.
1.Does Codabench officially provide aarch64 (ARM64) compatible Docker images for local deployment? If yes, could you share the image tags or Docker Hub links?
2.If official ARM64 images are not yet available, could you provide a detailed build guide (e.g., Dockerfile templates, build commands, dependency notes) to help us compile ARM64-specific images? This would include both core components like the compute worker (for handling evaluation tasks) and any required base images for competition submissions.
Thank you for your support!