Trying to install on Archlinux following steps in README:
➜ nvkind git:(main) make
go mod tidy
go mod vendor
internal error: failed to find embedded files of github.com/Masterminds/sprig/v3: /home/samos/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.2.3/crypto.go:1:1: expected 'package', found 'EOF'
make: *** [Makefile:21: vendor] Error 1
➜ nvkind git:(main) ✗ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: go.mod
modified: go.sum
deleted: vendor/github.com/Masterminds/goutils/.travis.yml
deleted: vendor/github.com/Masterminds/goutils/CHANGELOG.md
deleted: vendor/github.com/Masterminds/goutils/LICENSE.txt
deleted: vendor/github.com/Masterminds/goutils/README.md
deleted: vendor/github.com/Masterminds/goutils/appveyor.yml
deleted: vendor/github.com/Masterminds/goutils/cryptorandomstringutils.go
deleted: vendor/github.com/Masterminds/goutils/randomstringutils.go
deleted: vendor/github.com/Masterminds/goutils/stringutils.go
deleted: vendor/github.com/Masterminds/goutils/wordutils.go
However if I run make build directly it all just works fine.
make build
./nvkind -h
NAME:
nvkind - kind for use with NVIDIA GPUs
Leaving this as feedback in case others hit the same issue.
Thanks for making this process of using GPU with kind so much easier!
Trying to install on Archlinux following steps in README:
However if I run
make builddirectly it all just works fine.Leaving this as feedback in case others hit the same issue.
Thanks for making this process of using GPU with kind so much easier!