VisionSystemsInc / VisionSystemsInc/vsi_common
Mark NVIDIA_DOCKER as deprecated
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8
- Forks
- 9
- Avg merge
- 36m
- Merged PRs (30d)
- 1
Description
docker_functions.bsh:NVIDIA_DOCKER should be marked as deprecated. docker-compose, a dependency of docker (> 19.03), now includes as a dependency nvidia-container-runtime and nvidia-docker has been deprecated. So NVIDIA_DOCKER is no longer necessary. Instead, specify the runtime: nvidia entry in the docker-compose.yml file.
Exec-Nvidia-Docker and Nvidia-Docker should similarly be deprecated.
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
Open docker_functions.bsh and inspect the definitions or help text for NVIDIA_DOCKER, Exec-Nvidia-Docker, and Nvidia-Docker. Mark all three as deprecated, preserving the guidance to use runtime: nvidia in docker-compose.yml, and verify the resulting documentation or command messages are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, shell
- Domain
- devops
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100