We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e6eb5 commit dae4accCopy full SHA for dae4acc
Makefile
@@ -156,6 +156,8 @@ vet: ## Run go vet against code.
156
.PHONY: modules
157
modules: ## Update Go dependencies.
158
go get github.com/ray-project/kuberay/ray-operator@$(KUBERAY_VERSION)
159
+ go get sigs.k8s.io/kueue@$(KUEUE_VERSION)
160
+ go get github.com/project-codeflare/appwrapper@$(APPWRAPPER_VERSION)
161
go mod tidy
162
163
.PHONY: build
0 commit comments