File size: 138 Bytes
786d4da
 
 
 
 
 
ca1c9a0
 
 
 
1
2
3
4
5
6
7
8
9
10
APP ?= solar-eyes

build:
	docker build -t $(APP) .

run: 
	docker run -it --rm --gpus all -p 7860:7860 $(APP)

run-local:
	python3 app.py