Spaces:
Runtime error
Runtime error
| services: | |
| test: | |
| build: . | |
| ports: | |
| - "7860:7860" | |
| stdin_open: true # equivalent to -it | |
| tty: true # equivalent to -it | |
| restart: "no" # equivalent to --rm (don’t restart container automatically) | |
| # environment: | |
| # - HF_ENDPOINT=http://172.16.15.118:9557/repository/atalink-hf-models | |
| volumes: | |
| - test_data_cache:/home/user/.cache | |
| - test_data_gfpgan:/home/user/app/gfpgan | |
| # - ./backup:/backup | |
| volumes: | |
| test_data_cache: | |
| external: true | |
| test_data_gfpgan: | |
| external: true | |