Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ WORKDIR /content
|
|
| 21 |
USER user
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
-
RUN git clone https://github.com/
|
| 25 |
pip install -r requirements.txt && \
|
| 26 |
pip install -e .
|
| 27 |
CMD python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
|
|
|
|
| 21 |
USER user
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
+
RUN git clone https://github.com/fakerybakery/metavoice-src . && \
|
| 25 |
pip install -r requirements.txt && \
|
| 26 |
pip install -e .
|
| 27 |
CMD python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
|