Spaces:
Build error
Build error
mrfakename
commited on
Commit
•
ec9626e
1
Parent(s):
bcbfbf4
upd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM nvidia/cuda:12.2.0-base-ubuntu22.04
|
|
2 |
|
3 |
RUN apt-get update -y && \
|
4 |
apt-get upgrade -y && \
|
5 |
-
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg
|
6 |
pip install "$(curl https://raw.githubusercontent.com/metavoiceio/metavoice-src/main/requirements.txt)" && \
|
7 |
adduser --disabled-password --gecos '' user && \
|
8 |
mkdir /content && \
|
|
|
2 |
|
3 |
RUN apt-get update -y && \
|
4 |
apt-get upgrade -y && \
|
5 |
+
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
|
6 |
pip install "$(curl https://raw.githubusercontent.com/metavoiceio/metavoice-src/main/requirements.txt)" && \
|
7 |
adduser --disabled-password --gecos '' user && \
|
8 |
mkdir /content && \
|