kadirnar commited on
Commit
d9b537a
·
verified ·
1 Parent(s): 3e8530d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,9 +2,10 @@
2
  # Dockerfile Public Nightly A10G
3
 
4
  # https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.7.1/ubuntu2204/devel/cudnn8/Dockerfile
5
- FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
6
  ENV DEBIAN_FRONTEND noninteractive
7
 
 
8
  WORKDIR /content
9
 
10
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && pip3 install --upgrade pip
 
2
  # Dockerfile Public Nightly A10G
3
 
4
  # https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.7.1/ubuntu2204/devel/cudnn8/Dockerfile
5
+ FROM nvidia/cuda:11.7.1-base-ubuntu22.04
6
  ENV DEBIAN_FRONTEND noninteractive
7
 
8
+
9
  WORKDIR /content
10
 
11
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && pip3 install --upgrade pip