MH0386 commited on
Commit
e67fa2b
·
verified ·
1 Parent(s): a8959a0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,14 +12,14 @@ RUN groupadd nonroot && \
12
 
13
  WORKDIR /home/nonroot/app
14
 
15
- USER nonroot
16
-
17
  # skipcq: DOK-DL3008
18
  RUN apt-get update && \
19
  apt-get install -qq -y --no-install-recommends espeak-ng && \
20
  apt-get clean && \
21
  rm -rf /var/lib/apt/lists/*
22
 
 
 
23
  # Install the project's dependencies using the lockfile and settings
24
  RUN --mount=type=cache,target=${UV_CACHE_DIR} \
25
  --mount=type=bind,source=uv.lock,target=uv.lock \
 
12
 
13
  WORKDIR /home/nonroot/app
14
 
 
 
15
  # skipcq: DOK-DL3008
16
  RUN apt-get update && \
17
  apt-get install -qq -y --no-install-recommends espeak-ng && \
18
  apt-get clean && \
19
  rm -rf /var/lib/apt/lists/*
20
 
21
+ USER nonroot
22
+
23
  # Install the project's dependencies using the lockfile and settings
24
  RUN --mount=type=cache,target=${UV_CACHE_DIR} \
25
  --mount=type=bind,source=uv.lock,target=uv.lock \