MH0386 commited on
Commit
df66274
·
verified ·
1 Parent(s): 305a852

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -29,8 +29,7 @@ RUN --mount=type=bind,source=uv.lock,target=uv.lock \
29
  --mount=type=bind,source=.python-version,target=.python-version \
30
  --mount=type=bind,source=README.md,target=README.md \
31
  --mount=type=bind,source=src,target=/app/src \
32
- uv export --no-hashes --no-editable --no-dev --quiet -o requirements.txt && \
33
- uv pip install --system -r pyproject.toml
34
 
35
  RUN chown -R vocalizr:vocalizr /app
36
 
 
29
  --mount=type=bind,source=.python-version,target=.python-version \
30
  --mount=type=bind,source=README.md,target=README.md \
31
  --mount=type=bind,source=src,target=/app/src \
32
+ uv pip install --no-dev --system -r pyproject.toml
 
33
 
34
  RUN chown -R vocalizr:vocalizr /app
35