Kangarroar commited on
Commit
5272027
1 Parent(s): 5bac10c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12
  RUN pip install --no-cache-dir numba==0.56.3
13
  RUN pip install --upgrade pip setuptools wheel
14
- RUN pip install --no-binary :all: pyworld
15
  RUN pip install soundfile
16
 
17
  WORKDIR /app
 
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12
  RUN pip install --no-cache-dir numba==0.56.3
13
  RUN pip install --upgrade pip setuptools wheel
14
+ RUN pip install pyworld
15
  RUN pip install soundfile
16
 
17
  WORKDIR /app