mrfakename commited on
Commit
80a6f7c
·
1 Parent(s): f5e2eff
Files changed (1) hide show
  1. 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
- cd /content/metavoice-src && \
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
+ cd metavoice-src && \
15
  python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
16
  python fam/ui/app.py