Skip to content

Commit

Permalink
Merge branch 'fix-docker-nvcgo-build' into 'master'
Browse files Browse the repository at this point in the history
Set WITH_NVCGO=yes in mk/docker.mk

See merge request nvidia/container-toolkit/libnvidia-container!122
  • Loading branch information
klueska committed Dec 8, 2021
2 parents b5ecbfd + 7284e84 commit 0b7fa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GOLANG_VERSION := 1.17.1

# Global definitions. These are defined here to allow the docker targets to be
# invoked directly without the root makefile.
WITH_NVCGO ?= no
WITH_NVCGO ?= yes
WITH_LIBELF ?= no
WITH_TIRPC ?= no
WITH_SECCOMP ?= yes
Expand Down

0 comments on commit 0b7fa90

Please sign in to comment.