APP ?= solar-eyes build: docker build -t $(APP) . run: docker run -it --rm --gpus all -p 7860:7860 $(APP) run-local: python3 app.py