Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/nvidia-docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-15Update README after wiki changes1.0Felix Abecassis
2017-11-14Complete the transition to nvidia-docker 2.0Felix Abecassis
2017-10-17Update ppc64le centos image nameChristy Perez
Unofficial docker images were moved from ppc64le to ibmcom/imageX-ppc64le. Closes: #499 Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
2017-10-07Begin the transition towards nvidia-docker 2.0Felix Abecassis
2017-09-19Add rpm support for ppc64leChristy Perez
Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
2017-09-18Add ppc64le support for "make deb"Christy Perez
Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
2017-07-22Update README.mdFelix Abecassis
2017-05-26Fix infinite loop when no devices are foundRenaud Gaubert
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com> Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
2017-05-25Fix out-of-bounds access with "nvidia-docker container"Felix Abecassis
2017-03-03Update changelog for 1.0.1v1.0.1Jonathan Calmels
2017-03-03Support new Docker package namesFelix Abecassis
RPM packages do not support multiple options for one dependency, and the new packages don't have a "Provides: docker-engine", so our only option was to remove the dependency on Docker.
2017-02-28Unconditionally call nvidia-modprobe to load UVMFelix Abecassis
Checking the existence of /dev/nvidia-uvm had two limitations: - If kernel module nvidia_uvm is unloaded, /dev/nvidia-uvm is not removed, so nvidia-modprobe was not called when it should have. - Even if kernel module nvidia_uvm is loaded and /dev/nvidia-uvm exists, /dev/nvidia-uvm-tools might not exist. Using nvidia-modprobe fixes this issue. nvidia-modprobe parses /proc/modules to check which modules are already loaded, so there should be no impact on performance.
2017-02-28Attempt to be compatible with newer versions of DockerFelix Abecassis
Previously, nvidia-docker aborted if it detected a version of Docker more recent than the one it supports. In hindsight, this provided little benefits since the list of flags has now become quite stable, and it forced our users to frequently update nvidia-docker manually, because nvidia-docker is not available on a public package repository. This problem is exacerbated now that Docker is on a monthly release schedule: https://github.com/docker/docker/pull/31075 We don't want to generate new packages every month. Thus, if the version of Docker detected by nvidia-docker is newer than its latest known Docker version, we will use the boolean flags of this latest known version.
2017-02-28Add support for "docker container run"Felix Abecassis
2017-02-28Add support for boolean option --initFelix Abecassis
Closes: #295
2017-02-28Remove Docker version check in the MakefileFelix Abecassis
Old Docker versions are less likely to be used now, and with the new versioning used in Docker, it's not worth the hassle to maintain this check.
2017-02-28Print log of image pull to stderrFelix Abecassis
Closes: #310
2017-02-07Move sources to the top-level of the repositoryFelix Abecassis
2017-02-06Remove all Dockerfiles, they are now hosted on GitLabFelix Abecassis
We now use the public GitLab CI to automatically build images and push them to DockerHub. CUDA: https://gitlab.com/nvidia/cuda Caffe: https://gitlab.com/nvidia/caffe DIGITS: https://gitlab.com/nvidia/digits OpenCL: https://gitlab.com/nvidia/opencl
2017-02-06Make samples use the prebuilt images on DockerHubFelix Abecassis
2017-01-19Update changelog for 1.0.0v1.0.0Jonathan Calmels
Closes: #292
2017-01-12Add missing apt-get option "--no-install-recommends" in a few DockerfilesFelix Abecassis
2017-01-12Remove unused folder symlinksFelix Abecassis
2017-01-12Prune the list of CUDA tagsFelix Abecassis
Closes: #268
2016-12-17Don't add an empty entry to LD_LIBRARY_PATHFelix Abecassis
LD_LIBRARY_PATH is never set in the base images we use.
2016-12-17Remove reference to non-existing path /usr/local/cuda/libFelix Abecassis
This path was for 32-bit installations of CUDA
2016-12-07Fix double call to r.body.Close() on the same objectFelix Abecassis
Partial fix for #123.
2016-12-07Return NUMA node 0 if NUMA support isn't enabledFelix Abecassis
Closes: #198
2016-12-07Add a requirement on setcap(8)Felix Abecassis
Closes: #239
2016-12-05Fix docker run command for systems with selinuxChristy Perez
Add the :Z option on the volume-mount Closes: #203 Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
2016-12-02Remove deprecated instruction MAINTAINERFelix Abecassis
Closes: #260
2016-11-23Fix location of the config file for DIGITS 4.0Felix Abecassis
Closes: #252
2016-11-16Add support for plugin endpoint VolumeDriver.CapabilitiesFelix Abecassis
2016-11-16Add support for Docker 1.13Felix Abecassis
2016-11-16Remove useless quotes in format templateFelix Abecassis
2016-10-24Add CUDA 8.0 on CentOS 6Felix Abecassis
Closes: #227
2016-10-11Update cuDNN v4 on Ubuntu 14.04 to 4.0.8Felix Abecassis
Closes: #213
2016-10-04Add missing cuda.repo file for CUDA 8.0 on CentOS 7Felix Abecassis
2016-10-03Fix repository of CUDA 8.0 on Ubuntu 16.04Felix Abecassis
Closes: #212
2016-10-01Update CUDA 8.0 from RC to GAFelix Abecassis
2016-10-01Update Caffe version to 0.15.13Felix Abecassis
2016-10-01Remove unnecessary "--force-yes" passed to apt-get commandsFelix Abecassis
2016-09-29Remove unnecessary ENV instructionsFelix Abecassis
Use simple variables instead, this reduces the number of layers.
2016-09-29Update the signing keys used for the official CUDA repositoryFelix Abecassis
2016-09-19Fix ldcache path lookup for ppc64leChristy Perez
Closes: #194 Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> Signed-off-by: Jonathan Calmels <jcalmels@nvidia.com>
2016-08-12Update DIGITS 4.0 to use the new deb packageFelix Abecassis
2016-08-12Add NVIDIA/caffe 0.15 based on CUDA 7.5Felix Abecassis
2016-08-12Fix Caffe 0.14 DockerfileFelix Abecassis
Now that Caffe 0.15 is available, we need to pin the version of libcaffe-nv0.
2016-08-12Update cuDNN to v5.1 (GA)Felix Abecassis
2016-08-09Use official CUDA 8.0 RC patch to enable gcc 5.4 supportFelix Abecassis
Closes: #167