MH0386 commited on
Commit
de12676
·
verified ·
1 Parent(s): 5655464

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ WORKDIR /home/vocalizr/app
23
  RUN --mount=type=bind,source=uv.lock,target=uv.lock \
24
  --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
25
  --mount=type=bind,source=.python-version,target=.python-version \
26
- uv python install $(cat .python-version) \
27
  uv export --no-hashes --no-editable --no-dev -o requirements.txt; \
28
  uv pip install --system -r pyproject.toml
29
 
 
23
  RUN --mount=type=bind,source=uv.lock,target=uv.lock \
24
  --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
25
  --mount=type=bind,source=.python-version,target=.python-version \
26
+ uv python install $(cat .python-version); \
27
  uv export --no-hashes --no-editable --no-dev -o requirements.txt; \
28
  uv pip install --system -r pyproject.toml
29