Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: New packages: libnvidia-container-1.0.5 and nvidia-container-runtime-…
Date: Thu, 02 Jan 2020 04:26:11 +0100	[thread overview]
Message-ID: <20200102032611.Rj8P6AWMBANx0R4nPBiscv0gaWmkRHI9BGkOK3o7GUQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17505@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

New comment by gmorenz on void-packages repository

https://github.com/void-linux/void-packages/pull/17505#issuecomment-570110482

Comment:
I tried installing these packages, they installed successfully but running `sudo docker run --gpus all nvidia/cuda:9.0-base nvidia-smi` (as suggested by [nvidia's documentation](https://github.com/NVIDIA/nvidia-docker#usage)) failed with the following error message.

```
$ sudo docker run --gpus all nvidia/cuda:9.0-base nvidia-smi
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:449: container init caused \"process_linux.go:432: running prestart hook 0 caused \\\"error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: detection error: open failed: /usr/lib/libnvoptix.so.1: no such file or directory\\\\n\\\"\"": unknown.
ERRO[0000] error waiting for container: context canceled 
```

I fixed this by running `cd /usr/lib; sudo ln -s libnvoptix.so.440.44 libnvoptix.so.1`, after which the command worked successfully.

Symlinking x.so.440.44 to x.so.1 feels wrong... so I'm not sure if this is the *right* fix... but it does work.

  parent reply	other threads:[~2020-01-02  3:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17505@inbox.vuxu.org>
2020-01-02  3:25 ` New packages: libnvidia-container-1.0.5 and nvidia-container-runtime-… voidlinux-github
2020-01-02  3:26 ` voidlinux-github [this message]
2020-01-02  9:00 ` voidlinux-github
2020-01-02  9:00 ` voidlinux-github
2020-01-02  9:01 ` voidlinux-github
2020-01-02  9:02 ` voidlinux-github
2020-12-13 18:38 ` vixus0
2021-11-03  0:59 ` subtlevenom
2022-04-15  2:13 ` github-actions
2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200102032611.Rj8P6AWMBANx0R4nPBiscv0gaWmkRHI9BGkOK3o7GUQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).