We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5e637 commit 64153a7Copy full SHA for 64153a7
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ FROM docker/docker-model-backend-llamacpp:${LLAMA_SERVER_VERSION}-${LLAMA_SERVER
36
FROM ${BASE_IMAGE} AS final
37
38
# Create non-root user
39
-RUN groupadd --system modelrunner && useradd --system --gid modelrunner modelrunner
+RUN groupadd --system modelrunner && useradd --system --gid modelrunner --create-home --home-dir /home/modelrunner modelrunner
40
41
# Install ca-certificates for HTTPS
42
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/*
0 commit comments