pengdaqian commited on
Commit
8dfb2e9
·
1 Parent(s): 729efba
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.8
2
 
3
  RUN apt-get update && apt-get install -y ffmpeg
4
 
 
1
+ FROM python:3.9
2
 
3
  RUN apt-get update && apt-get install -y ffmpeg
4
 
requirements.txt CHANGED
@@ -9,7 +9,7 @@ toolz
9
  torch
10
  torchaudio
11
  torchcrepe
12
- transformers
13
  tqdm
14
  librosa
15
  pydub
 
9
  torch
10
  torchaudio
11
  torchcrepe
12
+ transformers<5
13
  tqdm
14
  librosa
15
  pydub