Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
# Utilizza l'immagine base NVIDIA CUDA con supporto GPU
|
2 |
-
FROM
|
3 |
-
|
4 |
# Installa Python, pip e altre dipendenze di sistema
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
python3 \
|
|
|
1 |
# Utilizza l'immagine base NVIDIA CUDA con supporto GPU
|
2 |
+
FROM huggingface/transformers-pytorch-gpu:latest
|
|
|
3 |
# Installa Python, pip e altre dipendenze di sistema
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
python3 \
|