volcano.sh/volcano@v1.9.0/example/integrations/mxnet/train/Makefile (about) 1 IMG := volcano.sh/volcano/mxnet-train-mnist 2 3 TAG := $(shell date +v%Y%m%d) 4 5 .PHONY: build 6 7 build: 8 docker build -t $(IMG):$(TAG) . 9 @echo Built $(IMG):$(TAG)