remisek commited on
Commit
58f99db
·
1 Parent(s): 7abf166
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
19
 
20
  COPY --chown=user pyproject.toml uv.lock ./
21
 
22
- RUN uv pip install --system -r pyproject.toml
23
 
24
  COPY --chown=user . .
25
 
 
19
 
20
  COPY --chown=user pyproject.toml uv.lock ./
21
 
22
+ RUN uv pip install -r pyproject.toml
23
 
24
  COPY --chown=user . .
25