matthoffner commited on
Commit
1dc2887
·
1 Parent(s): 46c2590

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.1.1-devel-ubuntu20.04
2
  RUN export PATH="/usr/local/cuda/bin:$PATH"
3
  RUN apt update && \
4
  apt install --no-install-recommends -y build-essential python3 python3-pip wget curl cmake && \
 
1
+ FROM nvidia/cuda:11.6.0-base-ubuntu20.04
2
  RUN export PATH="/usr/local/cuda/bin:$PATH"
3
  RUN apt update && \
4
  apt install --no-install-recommends -y build-essential python3 python3-pip wget curl cmake && \