Spaces:
Paused
Paused
try to use cuda
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
-
FROM nvidia/cuda:12.
|
5 |
|
6 |
# Install Python and system dependencies
|
7 |
RUN apt-get update && apt-get install -y \
|
|
|
1 |
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
+
FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
|
5 |
|
6 |
# Install Python and system dependencies
|
7 |
RUN apt-get update && apt-get install -y \
|