fffiloni commited on
Commit
f9a4fe6
·
1 Parent(s): 6fa1731

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,8 +3,8 @@ FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
6
- # Install Python 3.8 (or any other version you need)
7
- RUN apt-get install -y python3.8
8
 
9
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
10
  RUN apt-get install -y curl gnupg wget htop sudo git git-lfs software-properties-common build-essential libgl1 zip unzip
 
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
6
+ # Install Python 3.9 (or any other version you need)
7
+ RUN apt-get install -y python3.9
8
 
9
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
10
  RUN apt-get install -y curl gnupg wget htop sudo git git-lfs software-properties-common build-essential libgl1 zip unzip