We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97950d6 + a78a7f8 commit 7eb0319Copy full SHA for 7eb0319
cmd/nvidia-container-runtime/README.md
@@ -198,7 +198,7 @@ invoked from the command line as `runc` would. For example:
198
```sh
199
# Setup a rootfs based on Ubuntu 16.04
200
cd $(mktemp -d) && mkdir rootfs
201
-curl -sS http://cdimage.ubuntu.com/ubuntu-base/releases/16.04/release/ubuntu-base-16.04-core-amd64.tar.gz | tar --exclude 'dev/*' -C rootfs -xz
+curl -sS http://cdimage.ubuntu.com/ubuntu-base/releases/16.04/release/ubuntu-base-16.04.6-base-amd64.tar.gz | tar --exclude 'dev/*' -C rootfs -xz
202
203
# Create an OCI runtime spec
204
nvidia-container-runtime spec
0 commit comments