BindingAffinityPrediction / docker-compose.yml
AlexSychovUN's picture
Prepared for deploy
13188b8
raw
history blame contribute delete
164 Bytes
services:
binding-predictor:
build: .
container_name: binding-app
ports:
- "8000:7860"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}