version: '3' services: llama2hf: container_name: llama2hf image: llama2hf-image build: context: . dockerfile: Dockerfile volumes: - ./:/mnt/app working_dir: /mnt/app stdin_open: true tty: true restart: always ports: - "7860:7860"