# Docker compose file to LOCAL development services: all-gguf-same-where: build: context: . dockerfile: Dockerfile image: all-gguf-same-where container_name: all-gguf-same-where ports: - "7860:7860" volumes: - .:/home/user/app environment: - RUN_LOCALLY=1 - HF_TOKEN=${HF_TOKEN}