MH0386 commited on
Commit
bcc762e
·
verified ·
1 Parent(s): 9ef28d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN uv tool install --quiet huggingface-hub[cli] && \
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
  --mount=type=bind,source=README.md,target=README.md \
30
  --mount=type=bind,source=src,target=/app/src \
31
  uv pip sync pylock.toml
 
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
  --mount=type=bind,source=README.md,target=README.md \
30
  --mount=type=bind,source=src,target=/app/src \
31
  uv pip sync pylock.toml