matthoffner commited on
Commit
1693bec
·
1 Parent(s): 8348060

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
2
-
3
  # Install dependencies
4
  RUN apt update && \
5
  apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev && \
 
1
+ FROM nvidia/cuda:12.2.0-devel-ubuntu20.04
 
2
  # Install dependencies
3
  RUN apt update && \
4
  apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev && \