ThomasBlumet commited on
Commit
9e3919d
·
1 Parent(s): 85021f8

update removing the python3 install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04
5
  #ENV DEBIAN_FRONTEND=noninteractive
6
 
7
  # Install Python and pip
8
- RUN apt-get update && apt-get install -y python3 python3-pip
9
 
10
  # Where we'll copy the code
11
  WORKDIR /code
 
5
  #ENV DEBIAN_FRONTEND=noninteractive
6
 
7
  # Install Python and pip
8
+ RUN apt-get update && apt-get install -y python3-pip
9
 
10
  # Where we'll copy the code
11
  WORKDIR /code