Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|