MH0386 commited on
Commit
0d6f8c1
·
verified ·
1 Parent(s): 612cc5c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN groupadd vocalizr && \
12
  useradd --gid vocalizr --shell /bin/bash --create-home vocalizr
13
 
14
  # skipcq: DOK-DL3008
15
- RUN apt-get update && \
16
  apt-get install -qq -y --no-install-recommends espeak-ng && \
17
  apt-get clean && \
18
  rm -rf /var/lib/apt/lists/*
 
12
  useradd --gid vocalizr --shell /bin/bash --create-home vocalizr
13
 
14
  # skipcq: DOK-DL3008
15
+ RUN apt-get update -qq && \
16
  apt-get install -qq -y --no-install-recommends espeak-ng && \
17
  apt-get clean && \
18
  rm -rf /var/lib/apt/lists/*