haritsahm commited on
Commit
40c1653
·
1 Parent(s): 3cfd2c8

increase ubuntu cuda

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:11.3.1-runtime-ubuntu20.04
2
 
3
  RUN apt update && \
4
  apt install -y bash \
@@ -6,7 +6,7 @@ RUN apt update && \
6
  git \
7
  curl \
8
  ca-certificates \
9
- python3 \
10
  python3-pip && \
11
  rm -rf /var/lib/apt/lists
12
 
 
1
+ FROM nvidia/cuda:11.7.1-runtime-ubuntu20.04
2
 
3
  RUN apt update && \
4
  apt install -y bash \
 
6
  git \
7
  curl \
8
  ca-certificates \
9
+ python3-dev \
10
  python3-pip && \
11
  rm -rf /var/lib/apt/lists
12