3martini's picture
Upload folder using huggingface_hub
786d4da verified
raw
history blame
110 Bytes
APP ?= solar-eyes
build:
docker build -t $(APP) .
run:
docker run -it --rm --gpus all -p 7860:7860 $(APP)