Spaces:
Paused
Paused
Commit
·
b6e53d9
1
Parent(s):
a660325
fix
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ 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 |
adduser --disabled-password --gecos '' user && \
|
6 |
mkdir /content && \
|
7 |
chown -R user:user /content
|
|
|
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 packaging && \
|
6 |
adduser --disabled-password --gecos '' user && \
|
7 |
mkdir /content && \
|
8 |
chown -R user:user /content
|