Skip to content

Commit

Permalink
Merge pull request #430 from lengrongfu/main
Browse files Browse the repository at this point in the history
fix doc link
  • Loading branch information
elezar authored Apr 2, 2024
2 parents 97950d6 + a78a7f8 commit 7eb0319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nvidia-container-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ invoked from the command line as `runc` would. For example:
```sh
# Setup a rootfs based on Ubuntu 16.04
cd $(mktemp -d) && mkdir rootfs
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

# Create an OCI runtime spec
nvidia-container-runtime spec
Expand Down

0 comments on commit 7eb0319

Please sign in to comment.