NeuroGPT / docker-compose /docker-compose.yml
OpkaGames's picture
Upload folder using huggingface_hub
870ab6b
raw
history blame contribute delete
232 Bytes
version: "3.10"
services:
neurogengpt:
build:
context: ../
dockerfile: Dockerfile
ports:
- "7860:7860"
- "1337:1337"
volumes:
- ../config.json:/app/config.json
env_file:
- .env