Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ ARG CHATGPT_ON_WECHAT_VER
|
|
| 19 |
|
| 20 |
RUN echo /etc/apt/sources.list
|
| 21 |
# RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
|
| 22 |
-
|
| 23 |
|
| 24 |
ADD . ${BUILD_PREFIX}
|
| 25 |
|
|
@@ -32,7 +32,6 @@ RUN apt-get update \
|
|
| 32 |
&& pip install --no-cache -r requirements-optional.txt \
|
| 33 |
&& pip install azure-cognitiveservices-speech
|
| 34 |
|
| 35 |
-
WORKDIR ${BUILD_PREFIX}
|
| 36 |
|
| 37 |
ADD docker/entrypoint.sh /entrypoint.sh
|
| 38 |
|
|
|
|
| 19 |
|
| 20 |
RUN echo /etc/apt/sources.list
|
| 21 |
# RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
|
| 22 |
+
|
| 23 |
|
| 24 |
ADD . ${BUILD_PREFIX}
|
| 25 |
|
|
|
|
| 32 |
&& pip install --no-cache -r requirements-optional.txt \
|
| 33 |
&& pip install azure-cognitiveservices-speech
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
ADD docker/entrypoint.sh /entrypoint.sh
|
| 37 |
|