model_performance / Makefile
thecount12's picture
refactor to redirect
30a88bd
Raw
History Blame Contribute Delete
131 Bytes
SHELL = /usr/bin/env bash
all: build
test: build
build:
docker buildx build --platform=linux/x86_64 -t huggui -f Dockerfile .