Spaces:
Running
on
Zero
Running
on
Zero
Remove unused file
Browse files- Dockerfile +0 -13
- pyproject.toml +0 -12
- uv.lock +0 -0
Dockerfile
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
FROM --platform=linux/amd64 ghcr.io/astral-sh/uv:python3.10-bookworm
|
2 |
-
RUN useradd -m -u 1000 user
|
3 |
-
ENV HOME=/home/user \
|
4 |
-
PATH=/home/user/.local/bin:$PATH \
|
5 |
-
UV_CACHE_DIR=/home/user/.cache/uv
|
6 |
-
RUN mkdir -p ${UV_CACHE_DIR} && chown -R user:user ${HOME}
|
7 |
-
USER user
|
8 |
-
WORKDIR $HOME/app
|
9 |
-
COPY --chown=user pyproject.toml uv.lock ./
|
10 |
-
RUN uv sync --frozen --no-dev
|
11 |
-
COPY --chown=user app.py ./
|
12 |
-
EXPOSE 7860
|
13 |
-
CMD ["uv", "run", "--no-dev", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pyproject.toml
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
[project]
|
2 |
-
name = "outetts-speaker-creator"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = "Add your description here"
|
5 |
-
readme = "README.md"
|
6 |
-
requires-python = ">=3.10"
|
7 |
-
dependencies = [
|
8 |
-
"gradio>=5.35.0",
|
9 |
-
"numba==0.61.2",
|
10 |
-
"outetts",
|
11 |
-
"whisperx>=3.4.2",
|
12 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uv.lock
DELETED
The diff for this file is too large to render.
See raw diff
|
|