mrfakename commited on
Commit
f0e3768
·
1 Parent(s): 60c59e4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nvidia/cuda:12.2.0-base-ubuntu22.04
2
 
3
  RUN apt-get update -y && \
4
- apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg && \
5
  pip install "$(curl https://raw.githubusercontent.com/metavoiceio/metavoice-src/main/requirements.txt)" && \
6
  adduser --disabled-password --gecos '' user && \
7
  mkdir /content && \
 
1
  FROM nvidia/cuda:12.2.0-base-ubuntu22.04
2
 
3
  RUN apt-get update -y && \
4
+ apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg cyrk && \
5
  pip install "$(curl https://raw.githubusercontent.com/metavoiceio/metavoice-src/main/requirements.txt)" && \
6
  adduser --disabled-password --gecos '' user && \
7
  mkdir /content && \