Spaces:
Runtime error
Runtime error
Updated Dockerfile for GPU Dependencies
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an appropriate base image with Ubuntu
|
2 |
-
FROM nvidia/cuda:11.2.
|
3 |
|
4 |
# Set environment variables for CUDA
|
5 |
ENV CUDA_HOME=/usr/local/cuda
|
|
|
1 |
# Use an appropriate base image with Ubuntu
|
2 |
+
FROM nvidia/cuda:11.2.2-base-ubuntu20.04
|
3 |
|
4 |
# Set environment variables for CUDA
|
5 |
ENV CUDA_HOME=/usr/local/cuda
|