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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +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 export --no-hashes --no-editable --no-dev -o requirements.txt; \
27
  uv pip install --system -r pyproject.toml
28
 
 
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