Spaces:
Build error
Build error
Chore: Switch to devel base image
Browse files- 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-
|
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
|