We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb92be commit ae43564Copy full SHA for ae43564
docker/Dockerfile
@@ -36,6 +36,7 @@ RUN mkdir -p /app/model/model && \
36
chown -R $CMS_UID:$CMS_GID /app
37
RUN pip install --no-cache-dir uv==0.7.20 && \
38
uv sync --locked && \
39
+ chown -R $CMS_UID:$CMS_GID /.venv && \
40
chmod +x /app/entrypoint.sh
41
42
WORKDIR /app
0 commit comments