Spaces:
Runtime error
Runtime error
Commit ·
b7bae39
1
Parent(s): 9743952
update dependencies
Browse files- Dockerfile +2 -1
- requirements.txt +1 -4
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
FROM python:3.
|
|
|
|
| 2 |
|
| 3 |
# 1) Variables HF avant tout
|
| 4 |
ENV HF_HOME="/home/user/.cache/huggingface" \
|
|
|
|
| 1 |
+
FROM python:3.12-slim
|
| 2 |
+
FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
|
| 3 |
|
| 4 |
# 1) Variables HF avant tout
|
| 5 |
ENV HF_HOME="/home/user/.cache/huggingface" \
|
requirements.txt
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
-
|
| 3 |
-
torch==2.0.1+cu118
|
| 4 |
-
torchvision==0.15.2+cu118
|
| 5 |
-
torchaudio==2.0.2+cu118
|
| 6 |
annotated-types==0.7.0
|
| 7 |
attrs==25.3.0
|
| 8 |
beautifulsoup4==4.13.4
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch==2.7.0
|
|
|
|
|
|
|
|
|
|
| 3 |
annotated-types==0.7.0
|
| 4 |
attrs==25.3.0
|
| 5 |
beautifulsoup4==4.13.4
|