Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compscidr/amdgpu-docker
Docker base image to build simple GPU Compute Container
https://github.com/compscidr/amdgpu-docker
amd docker gpu opencl
Last synced: 2 days ago
JSON representation
Docker base image to build simple GPU Compute Container
- Host: GitHub
- URL: https://github.com/compscidr/amdgpu-docker
- Owner: compscidr
- License: mit
- Created: 2021-10-15T05:38:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:53:51.000Z (11 months ago)
- Last Synced: 2023-12-15T15:58:26.796Z (11 months ago)
- Topics: amd, docker, gpu, opencl
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amdgpu base image [![Build container](https://github.com/compscidr/amdgpu-docker/actions/workflows/build.yml/badge.svg)](https://github.com/compscidr/amdgpu-docker/actions/workflows/build.yml)
Docker base image to build simple GPU Compute Container. See the GH actions
workflows for current ubuntu version and driver versions which are supported.## Build Container
Clone this Repository and type command in cloned directory. The build args
are option. If they are left out, the defaults are below.```bash
docker build --build-arg UBUNTU_VERSION=20.04 --build-arg DRIVER_VERSION=21.30 -t .
```You can expand the container by add commands in Dockerfile, or use the image
in another container (build new container on top of this).## Image on Dockerhub
Currently the images are tagged as follows:
`compscidr/amdgpu:UBUNTU_VERSION-DRIVER_VERSION`https://hub.docker.com/r/compscidr/amdgpu
Based on https://github.com/BaileySN/Docker_AMDGPU_Base_Image buy updated to use a
more recent Ubuntu and AMD drivers.