Sign inSign up

mstormo/suse_cuda

By mstormo

•Updated about 11 years ago

SUSE with various CUDA versions for quick build of producs based on customer configuration

Image
1

6.0K

mstormo/suse_cuda repository overview

SUSE with various CUDAs to quickly build products custom to clients setup

These images may not be complete for others, but should provide a reasonable basis for customization.

Volume ["/data"] is the mounting point for source code you wish to build. Normal execution will of course mount as root, but passing the UID from the host environment will create a user with the same UID, and execute with its permissions.

Example:

docker run --rm -ti -e UID=$UID -v /my/sources/project:/data mstormo/suse_cuda /bin/bash

will mount /my/sources/project with my current user's permissions on SUSE 11.3 w/CUDA 7.5

docker run --rm -ti v /my/sources/project:/data mstormo/suse_cuda /bin/bash

will mount /my/sources/project with root permissions on SUSE 11.3 w/CUDA 7.5

docker run --rm -ti -e UID=$UID -v /my/sources/project:/data mstormo/suse_cuda:11.3_5.5 /bin/bash

will mount /my/sources/project with my current user's permissions on SUSE 11 SP3 w/CUDA 5.5.

As CUDA <= 5.0 doesn't support GCC 4.7, those versions are not currently generated

Tag / compressed / local

latest / 875 MB /

11.3_7.5 / 875 MB /

11.3_7.0 / 841 MB /

11.3_6.5 / 706 MB /

11.3_6.0 / 770 MB /

11.3_5.5 / 599 MB /

Tag summary

Content type

Image

Digest

sha256:019265b19…

Size

962.9 MB

Last updated

about 11 years ago

docker pull mstormo/suse_cuda