Spaces:
Runtime error
Runtime error
Sophia Yang
commited on
Commit
•
e92a987
1
Parent(s):
f6a7a21
update nvidia image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# FROM python:3.9
|
2 |
-
FROM nvidia/cuda:
|
3 |
LABEL maintainer="Hugging Face"
|
4 |
LABEL repository="transformers"
|
5 |
|
|
|
1 |
# FROM python:3.9
|
2 |
+
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
|
3 |
LABEL maintainer="Hugging Face"
|
4 |
LABEL repository="transformers"
|
5 |
|