mrfakename commited on
Commit
3b654ee
1 Parent(s): b1ef747

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
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