mrfakename commited on
Commit
a660325
·
1 Parent(s): f4992a2
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,6 +12,6 @@ EXPOSE 7860
12
 
13
  RUN git clone https://github.com/metavoiceio/metavoice-src . && \
14
  pip install -r requirements.txt && \
15
- pip install -e . && \
16
- python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
17
  python fam/ui/app.py
 
12
 
13
  RUN git clone https://github.com/metavoiceio/metavoice-src . && \
14
  pip install -r requirements.txt && \
15
+ pip install -e .
16
+ RUN python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
17
  python fam/ui/app.py