Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rorajani authored Aug 8, 2023
1 parent cc51117 commit fad9724
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/gpu-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,13 @@ build-%: DOCKERFILE = $(CURDIR)/deployments/gpu-operator/Dockerfile.$(DOCKERFILE

# Use a generic build target to build the relevant images
$(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT)
$(DOCKER) $(BUILDX) create --use --name network-host --driver-opt network=host \
--buildkitd-flags '--allow-insecure-entitlement network.host'
DOCKER_BUILDKIT=1 \
$(DOCKER) $(BUILDX) build --pull \
$(DOCKER_BUILD_OPTIONS) \
$(DOCKER_BUILD_PLATFORM_OPTIONS) \
--allow network.host \
--tag $(IMAGE) \
--build-arg BASE_DIST="$(DIST)" \
--build-arg CUDA_VERSION="$(CUDA_VERSION)" \
Expand Down

0 comments on commit fad9724

Please sign in to comment.