mrfakename commited on
Commit
8cf6eb4
·
verified ·
1 Parent(s): 2f89f3c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- add-apt-repository ppa:deadsnakes/ppa && \
 
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 && \