Update Dockerfile
Browse files- 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"
|
| 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 |
|