Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pimcore
/
fine-tuning-service
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8a35bc0
fine-tuning-service
/
docker-compose.yaml
fashxp
initial commit
7c4332a
9 months ago
raw
Copy download link
history
blame
Safe
224 Bytes
services:
server:
build:
context:
.
ports:
-
7860
:7860
develop:
watch:
-
action:
rebuild
path:
.
volumes:
-
python-cache:/home/user/.cache
volumes:
python-cache: