File size: 136 Bytes
c729264
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
version: '3.8'
services:
  hf-agent:
    build: .
    ports:
      - "7860:7860"
    env_file:
      - .env
    volumes:
      - .:/app