kodato-chatGPT / docker-compose.yml
kohkiy's picture
Upload folder using huggingface_hub
526aaac
raw
history blame contribute delete
No virus
210 Bytes
version: '3.8'
services:
my_python_app:
build: .
environment:
- OPENAI_API_KEY=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
volumes:
- .:/app
tty: true
stdin_open: true