NeuroGPT / docker-compose /docker-compose.yml
CostalCry's picture
Upload folder using huggingface_hub
72e12da verified
raw
history blame contribute delete
No virus
267 Bytes
version: "3.10"
services:
neurogengpt:
build:
context: ../
dockerfile: Dockerfile
ports:
- "7860:7860"
- "1337:1337"
volumes:
- ../config.json:/app/config.json
environment:
- SUBF=/sub
env_file:
- .env