Spaces:
Sleeping
Sleeping
File size: 233 Bytes
976ea17 |
1 2 3 4 5 6 7 8 9 10 11 12 |
version: '3.8'
services:
runpod:
build:
context: .
dockerfile: runpod.dockerfile
volumes:
- ./.cache:/runpod-volume/.cache
- ./test.sh:/test.sh
command: /test.sh
entrypoint: /usr/bin/python3
|