mrfakename commited on
Commit
5cbc069
·
1 Parent(s): 9397102
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,5 +12,6 @@ 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
 
12
 
13
  RUN git clone https://github.com/metavoiceio/metavoice-src && \
14
  mv /content/metavoice-src/* . && \
15
+ ls && \
16
  python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
17
  python fam/ui/app.py