Spaces:
Running
Running
Echo-ai
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# Download the code and requirements from Hugging Face
|
11 |
-
RUN wget -O api.py "https://huggingface.co/datasets/gefiwek187/realtime-api/resolve/main/etts-api.py" \
|
12 |
&& wget -O requirements.txt "https://huggingface.co/datasets/gefiwek187/realtime-api/resolve/main/erequirements.txt"
|
13 |
|
14 |
# Install Python dependencies
|
|
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# Download the code and requirements from Hugging Face
|
11 |
+
RUN wget -O api.py "https://huggingface.co/datasets/gefiwek187/realtime-api/resolve/main/etts-api-updated.py" \
|
12 |
&& wget -O requirements.txt "https://huggingface.co/datasets/gefiwek187/realtime-api/resolve/main/erequirements.txt"
|
13 |
|
14 |
# Install Python dependencies
|