Spaces:
Build error
Build error
Commit
·
9397102
1
Parent(s):
80a6f7c
Fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,6 +11,6 @@ USER user
|
|
11 |
EXPOSE 7860
|
12 |
|
13 |
RUN git clone https://github.com/metavoiceio/metavoice-src && \
|
14 |
-
|
15 |
python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
|
16 |
python fam/ui/app.py
|
|
|
11 |
EXPOSE 7860
|
12 |
|
13 |
RUN git clone https://github.com/metavoiceio/metavoice-src && \
|
14 |
+
mv /content/metavoice-src/* . && \
|
15 |
python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
|
16 |
python fam/ui/app.py
|