BG5 commited on
Commit
87d6da6
·
1 Parent(s): 1f421b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -24,8 +24,7 @@ ADD . ${BUILD_PREFIX}
24
 
25
  RUN apt-get update \
26
  &&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\
27
- && cd ${BUILD_PREFIX} \
28
- && cp config-template.json config.json \
29
  && /usr/local/bin/python -m pip install --no-cache --upgrade pip \
30
  && pip install --no-cache -r requirements.txt \
31
  && pip install --no-cache -r requirements-optional.txt \
 
24
 
25
  RUN apt-get update \
26
  &&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\
27
+
 
28
  && /usr/local/bin/python -m pip install --no-cache --upgrade pip \
29
  && pip install --no-cache -r requirements.txt \
30
  && pip install --no-cache -r requirements-optional.txt \