File size: 464 Bytes
360f55a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: "3.8"

services:
  app:
    build:
      context: .
    ports:
      - "7860:7860"
    environment:
      - HF_HOME=/app/transformers_cache
      - TRANSFORMERS_CACHE=/app/transformers_cache
      - HF_DATASETS_CACHE=/app/datasets_cache
      - TOKENIZERS_PARALLELISM=true
    volumes:
      - ./transformers_cache:/app/transformers_cache
      - ./datasets_cache:/app/datasets_cache
      - ./app:/app/
      - ./deepspeech-ht/model:/app/deepspeech/model