MH0386 commited on
Commit
703d6e1
·
verified ·
1 Parent(s): 3a7d13f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -5
Dockerfile CHANGED
@@ -10,11 +10,11 @@ ENV UV_COMPILE_BYTECODE=1 \
10
  RUN groupadd vocalizr && \
11
  useradd --gid vocalizr --shell /bin/bash --create-home vocalizr
12
 
13
- # skipcq: DOK-DL3008
14
- RUN apt-get update && \
15
- apt-get install -qq -y --no-install-recommends espeak-ng && \
16
- apt-get clean && \
17
- rm -rf /var/lib/apt/lists/*
18
 
19
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
20
 
@@ -38,4 +38,6 @@ USER vocalizr
38
 
39
  EXPOSE ${GRADIO_SERVER_PORT}
40
 
 
 
41
  CMD ["python", "vocalizr"]
 
10
  RUN groupadd vocalizr && \
11
  useradd --gid vocalizr --shell /bin/bash --create-home vocalizr
12
 
13
+ # # skipcq: DOK-DL3008
14
+ # RUN apt-get update && \
15
+ # apt-get install -qq -y --no-install-recommends espeak-ng && \
16
+ # apt-get clean && \
17
+ # rm -rf /var/lib/apt/lists/*
18
 
19
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
20
 
 
38
 
39
  EXPOSE ${GRADIO_SERVER_PORT}
40
 
41
+ ENTRYPOINT [ ]
42
+
43
  CMD ["python", "vocalizr"]