phoenix-byte / compose.yaml
root
initial
d8cec1e
raw
history blame contribute delete
335 Bytes
services:
gradio:
environment:
- ENVIRONMENT=gcp
build:
context: .
dockerfile: Dockerfile
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
command: python3 app.py
ports:
- "7860:7860"