Sign inSign up

sonm/opencl

By sonm

Updated over 8 years ago

CUDA + Universal OpenCL AMD/Nvidia

Image
2

836

sonm/opencl repository overview

NVidia/AMD OpenCL Docker base image

This is a basic Docker image, capable of running OpenCL containers both on NVidia and AMD GPUs The image is based on nvidia/opencl image with additional AMD OpenCL libraries

Usage

Running with NVidia GPUs

Requirements:

  • NVidia Docker 2 installed
docker run --runtime=nvidia --rm -it sonm/opencl clinfo

Running with AMD GPUs

Requirements:

  • AMD drivers installed
docker run --device /dev/dri:/dev/dri --rm -it sonm/opencl clinfo

Tag summary

Content type

Image

Digest

Size

79.9 MB

Last updated

over 8 years ago

docker pull sonm/opencl