Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- 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 \
|