MH0386 commited on
Commit
6c01af4
·
verified ·
1 Parent(s): 9e7b5fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ RUN uv tool install --quiet huggingface-hub[cli] && \
24
 
25
  WORKDIR /app
26
 
27
- RUN --mount=type=bind,source=pylock.toml,target=pylock.toml\
 
28
  uv pip sync pylock.toml
29
 
30
  RUN chown -R vocalizr:vocalizr /app
 
24
 
25
  WORKDIR /app
26
 
27
+ RUN --mount=type=bind,source=pylock.toml,target=pylock.toml \
28
+ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
29
  uv pip sync pylock.toml
30
 
31
  RUN chown -R vocalizr:vocalizr /app