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