Skip to content

Commit 7eb0319

Browse files
authored
Merge pull request #430 from lengrongfu/main
fix doc link
2 parents 97950d6 + a78a7f8 commit 7eb0319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nvidia-container-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ invoked from the command line as `runc` would. For example:
198198
```sh
199199
# Setup a rootfs based on Ubuntu 16.04
200200
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
201+
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
202202

203203
# Create an OCI runtime spec
204204
nvidia-container-runtime spec

0 commit comments

Comments
 (0)