Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gpicciuca
/
ml_deploy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ml_deploy
/
docker-compose.test.yaml
gpicciuca
First commit
058f1d9
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
services:
# Override parameters of this service
model_runner:
# Sets the entrypoint so that pytest is executed
entrypoint:
[
"pytest"
]