Spaces:
Runtime error
Runtime error
Long Trinh-Quang
commited on
Commit
·
2b5addf
1
Parent(s):
2bf87e7
update requirements, dockerfile
Browse files- Dockerfile +1 -1
- README.md +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -43,7 +43,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
| 43 |
pyenv rehash && \
|
| 44 |
pip install --no-cache-dir -U pip setuptools wheel
|
| 45 |
|
| 46 |
-
RUN pip install --no-cache-dir -U torch==2.4.0 torchvision==0.19.0
|
| 47 |
COPY --chown=1000 requirements.txt /tmp/requirements.txt
|
| 48 |
RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
| 49 |
|
|
|
|
| 43 |
pyenv rehash && \
|
| 44 |
pip install --no-cache-dir -U pip setuptools wheel
|
| 45 |
|
| 46 |
+
RUN pip install --no-cache-dir -U torch==2.4.0+cu124 torchaudio==2.4.0+cu124 torchvision==0.19.0 --extra-index-url https://download.pytorch.org/whl/cu124
|
| 47 |
COPY --chown=1000 requirements.txt /tmp/requirements.txt
|
| 48 |
RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
| 49 |
|
README.md
CHANGED
|
@@ -16,7 +16,7 @@ Use local:
|
|
| 16 |
python=3.10
|
| 17 |
|
| 18 |
```
|
| 19 |
-
pip install torch==2.4.0+cu124 torchaudio==2.4.0+cu124 --extra-index-url https://download.pytorch.org/whl/cu124
|
| 20 |
```
|
| 21 |
|
| 22 |
```
|
|
|
|
| 16 |
python=3.10
|
| 17 |
|
| 18 |
```
|
| 19 |
+
pip install torch==2.4.0+cu124 torchaudio==2.4.0+cu124 torchvision==0.19.0 --extra-index-url https://download.pytorch.org/whl/cu124
|
| 20 |
```
|
| 21 |
|
| 22 |
```
|
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ scipy
|
|
| 13 |
kornia==0.6.8
|
| 14 |
tqdm
|
| 15 |
yacs==0.1.8
|
| 16 |
-
pyyaml
|
| 17 |
joblib==1.1.0
|
| 18 |
scikit-image==0.19.3
|
| 19 |
basicsr==1.4.2
|
|
|
|
| 13 |
kornia==0.6.8
|
| 14 |
tqdm
|
| 15 |
yacs==0.1.8
|
| 16 |
+
pyyaml
|
| 17 |
joblib==1.1.0
|
| 18 |
scikit-image==0.19.3
|
| 19 |
basicsr==1.4.2
|