Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -21,6 +21,7 @@ WORKDIR /home/vocalizr/app
|
|
21 |
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
|
22 |
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
23 |
--mount=type=bind,source=.python-version,target=.python-version \
|
|
|
24 |
--mount=type=bind,source=src,target=/home/vocalizr/app/src \
|
25 |
uv export --no-hashes --no-editable --no-dev --quiet -o requirements.txt; \
|
26 |
uv pip install --system -r requirements.txt
|
|
|
21 |
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
|
22 |
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
23 |
--mount=type=bind,source=.python-version,target=.python-version \
|
24 |
+
--mount=type=bind,source=README.md,target=README.md \
|
25 |
--mount=type=bind,source=src,target=/home/vocalizr/app/src \
|
26 |
uv export --no-hashes --no-editable --no-dev --quiet -o requirements.txt; \
|
27 |
uv pip install --system -r requirements.txt
|