Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,5 +20,5 @@ EXPOSE 7860
|
|
20 |
RUN git clone https://github.com/metavoiceio/metavoice-src . && \
|
21 |
pip install -r requirements.txt && \
|
22 |
pip install -e .
|
23 |
-
|
24 |
python fam/ui/app.py
|
|
|
20 |
RUN git clone https://github.com/metavoiceio/metavoice-src . && \
|
21 |
pip install -r requirements.txt && \
|
22 |
pip install -e .
|
23 |
+
CMD python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
|
24 |
python fam/ui/app.py
|