Example88 commited on
Commit
9f87a08
·
1 Parent(s): 4d28228

Chore: Switch to devel base image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use a base image with CUDA 11.8 and Ubuntu 22.04
2
- FROM nvidia/cuda:11.8.0-runtime-ubuntu22.04
3
 
4
  # Avoid prompts from apt
5
  ENV DEBIAN_FRONTEND=noninteractive
 
1
  # Use a base image with CUDA 11.8 and Ubuntu 22.04
2
+ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
3
 
4
  # Avoid prompts from apt
5
  ENV DEBIAN_FRONTEND=noninteractive