sillsdev / sillsdev/machine.py
Minimize the differences between `dockerfile` and `dockerfile.cpu_only`
Open
Nobody has claimed this yet.
MLOps
- Dominant language
- Python
- Stars
- 12
- Forks
- 3
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 5
Description
The GPU dockerfile includes several steps that are not in dockerfile.cpu_only. These steps need to be evaluated to see if they are necessary, and if so, whether they are GPU-specific requirements.
Contributor guide
No contributing guide indexed for this repository
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
Compare dockerfile with dockerfile.cpu_only, cataloguing the steps present only in the GPU file. Evaluate each difference for necessity and determine which are GPU-specific; done means the files are minimized where appropriate without removing required GPU-only steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system, devops
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100