Tomtom84 commited on
Commit
8e619ad
·
verified ·
1 Parent(s): 2124aa7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ COPY --chown=user requirements.txt .
30
  RUN pip install --upgrade pip && \
31
  pip install --no-cache-dir -r requirements.txt
32
 
33
- RUN pip install --no-cache-dir "realtimetts[system]==0.3.1" --no-deps
34
 
35
  RUN pip install --no-cache-dir azure-cognitiveservices-speech==1.34.1
36
 
 
30
  RUN pip install --upgrade pip && \
31
  pip install --no-cache-dir -r requirements.txt
32
 
33
+ RUN pip install --no-cache-dir "realtimetts[system]==0.3.1"
34
 
35
  RUN pip install --no-cache-dir azure-cognitiveservices-speech==1.34.1
36