ChillTranslator / docker-compose.yml
Luke Stanley
Expose json typed LLM interface for RunPod
976ea17
raw
history blame contribute delete
No virus
233 Bytes
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