acharyaaditya26 commited on
Commit
586c40f
·
1 Parent(s): 3c9eaf5
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
3
 
4
  # Install Python and pip
5
  RUN apt-get update && \
6
- apt-get install -y python3.9 python3.9-dev python3-pip && \
7
  apt-get clean && \
8
  rm -rf /var/lib/apt/lists/*
9
 
 
3
 
4
  # Install Python and pip
5
  RUN apt-get update && \
6
+ apt-get install -y python3-dev python3-pip && \
7
  apt-get clean && \
8
  rm -rf /var/lib/apt/lists/*
9