-
Notifications
You must be signed in to change notification settings - Fork 160
nvidia-container-runtime-3.0.0-1.x86_64.rpm not compatible #68
Comments
Trying to figure out what's in this new release for .deb packages too. |
Taking a look at this now |
@arjanlemmers can you detail:
The nvidia-container-runtime package doesn't specify any requirements for docker.
It's mainly a dependency change on Docker, with this new version we are able to only depend on docker >= 18.06.0 |
@RenaudWasTaken. Below a dump of a full scenario describing the configuration and at the last line the error: find runc path: exec: "runc": executable file not found in $PATH AWS p2.xlarge instance using custom ami based on AWS Deep Learning Base AMI v17.0 (https://aws.amazon.com/machine-learning/amis/)
|
Experiencing the exact same issue. Can also add necessary docker/nvidia-container-runtime information if it aids in the investigation. For anyone else hitting this issue, a quick workaround could be # this is needed because 'nvidia-container-runtime-hook' was made 'obsolete' by 'nvidia-container-toolkit'
sudo yum install -y nvidia-container-runtime-hook-1.4.0-1.amzn1.x86_64 --exclude nvidia-container-toolkit
NVIDIA_DOCKER_2_PACKAGE_VERSION=2.0.3
NVIDIA_DOCKER_2_PACKAGE_RELEASE=9.docker18.06.1ce.amzn1
NVIDIA_DOCKER_2_PACKAGE_ARCH= # leave empty for no arch
NVIDIA_DOCKER_2_YUM_PACKAGE_NAME=nvidia-docker2-${NVIDIA_DOCKER_2_PACKAGE_VERSION}-${NVIDIA_DOCKER_2_PACKAGE_RELEASE}${NVIDIA_DOCKER_2_PACKAGE_ARCH:+.$NVIDIA_DOCKER_2_PACKAGE_ARCH}
sudo yum install -y ${NVIDIA_DOCKER_2_YUM_PACKAGE_NAME} |
Similar issue in CentOS 7 as @ arjanlemmers (details of my system, docker, nvidia stack, etc. attached) since the last update to nvidia-docker, Attempting to start a container with nvidia-docker results in the following:
UPDATE: removing everything from the '@libnvidia-container' and '@nvidia-container-runtime' repos, then installing
New nvidia software stack:
Back in business, but docker-compose is broken: docker/compose#6691 |
Hello everyone! I'm sorry we've caused all of you so much trouble. Thanks for reporting the issue, closing for now! |
It seems that this question appears again. I use Server: Docker Engine - Community |
In commmit e6f01ff a new package with name nvidia-container-runtime-3.0.0-1.x86_64.rpm is uploaded.
This package is causing problems: it is not compatible with earlier version of docker.
We could not find any change logs for this commit. Is this an intended release?
It is causing problems when auto updating using yum.
Fulll path example:
https://github.com/NVIDIA/nvidia-container-runtime/blob/gh-pages/amzn1/x86_64/nvidia-container-runtime-3.0.0-1.x86_64.rpm
The text was updated successfully, but these errors were encountered: