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