MH0386 commited on
Commit
9e7b5fc
·
verified ·
1 Parent(s): 8241f76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -24,11 +24,7 @@ RUN uv tool install --quiet huggingface-hub[cli] && \
24
 
25
  WORKDIR /app
26
 
27
- RUN --mount=type=bind,source=uv.lock,target=uv.lock \
28
- --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
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 sync pylock.toml
33
 
34
  RUN chown -R vocalizr:vocalizr /app
 
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