ouob commited on
Commit
e77bac9
1 Parent(s): d9ae6cd

update requirements.txt

Browse files
Files changed (2) hide show
  1. docker-compose.yml +3 -3
  2. requirements.txt +2 -1
docker-compose.yml CHANGED
@@ -15,12 +15,12 @@ services:
15
  - 7862:7860
16
  # expose:
17
  # - "7860"
18
- env_file:
19
- - .env
20
 
21
  networks:
22
  nginx-bridge:
23
  external: true
24
 
25
 
26
- # docker run -it --entrypoint bash -p 7862:7860 --env-file .env -v $(pwd):/home/user/app taiwanese-hakka-whisper-app1
 
15
  - 7862:7860
16
  # expose:
17
  # - "7860"
18
+ # env_file:
19
+ # - .env
20
 
21
  networks:
22
  nginx-bridge:
23
  external: true
24
 
25
 
26
+ # docker run -it --entrypoint bash -p 7862:7860 --env-file .env -v $(pwd):/home/user/app taiwanese-hakka-whisper-app1
requirements.txt CHANGED
@@ -3,6 +3,7 @@ GitPython
3
  jieba
4
  opencc
5
  TTS
 
6
  # interface
7
  python-dotenv
8
- pyjwt
 
3
  jieba
4
  opencc
5
  TTS
6
+ omegaconf
7
  # interface
8
  python-dotenv
9
+ pyjwt