Skip to content

Commit

Permalink
Merge branch 'patch-1' into 'main'
Browse files Browse the repository at this point in the history
Fix docker install instructions

See merge request nvidia/cloud-native/mig-parted!143
  • Loading branch information
Evan Lezar committed Nov 1, 2023
2 parents 3963759 + 4b99975 commit 788830b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,13 @@ To build from source, please follow one of the methods below.

#### Use `docker` with `go install`:
```
${DOCKER} run \
docker run \
--rm \
-v $(pwd):/dest \
golang:1.16.4 \
golang:1.20.1 \
sh -c "
go install github.com/NVIDIA/mig-parted/cmd@latest
mv /go/bin/cmd /dest/nvidia-mig-parted
go install github.com/NVIDIA/mig-parted/cmd/nvidia-mig-parted@latest
mv /go/bin/nvidia-mig-parted /dest/nvidia-mig-parted
"
```

Expand Down

0 comments on commit 788830b

Please sign in to comment.