Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use NVIDIA CUDA base image with Python
|
| 2 |
-
FROM nvidia/cuda:11.8.0-cudnn8-
|
| 3 |
|
| 4 |
# Install Python 3.10
|
| 5 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 1 |
# Use NVIDIA CUDA base image with Python
|
| 2 |
+
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 # ✅ Full cuDNN support
|
| 3 |
|
| 4 |
# Install Python 3.10
|
| 5 |
RUN apt-get update && apt-get install -y \
|