Request for arm64 Docker image and build method
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 176
- Forks
- 74
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 21
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.
- Does Codabench officially provide aarch64 (ARM64) compatible Docker images for local deployment? If yes, could you share the image tags or Docker Hub links?
- 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!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by identifying the existing Codabench Docker image tags and build definitions for the compute worker and submission base images; done means ARM64 image availability is established or a reproducible ARM64 build guide covers the requested components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100