model-security / Makefile
thecount12's picture
migration from model_performace
247d94e
Raw
History Blame Contribute Delete
129 Bytes
SHELL = /usr/bin/env bash
all: build
test: build
build:
docker buildx build --platform=linux/x86_64 -t hugg -f Dockerfile .