Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -3,7 +3,8 @@ FROM nvidia/cuda:12.3.1-devel-ubuntu20.04
|
|
3 |
ENV DEBIAN_FRONTEND=noninteractive
|
4 |
|
5 |
RUN apt-get update -y && \
|
6 |
-
|
|
|
7 |
apt-get update -y && \
|
8 |
apt-get upgrade -y && \
|
9 |
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
|
|
|
3 |
ENV DEBIAN_FRONTEND=noninteractive
|
4 |
|
5 |
RUN apt-get update -y && \
|
6 |
+
apt install -y software-properties-common && \
|
7 |
+
add-apt-repository -y ppa:deadsnakes/ppa && \
|
8 |
apt-get update -y && \
|
9 |
apt-get upgrade -y && \
|
10 |
apt-get install -y aria2 libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 ffmpeg curl && \
|