Spaces:
Sleeping
Sleeping
t5 commited on
Commit ·
179273d
1
Parent(s): 3626073
apple
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ ENV tmp=$HOME/tmp \
|
|
| 17 |
# COPY ./requirements.txt /code/requirements.txt
|
| 18 |
|
| 19 |
RUN python -m pip install --upgrade pip setuptools
|
| 20 |
-
#RUN pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118
|
| 21 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 22 |
RUN pip install gunicorn
|
| 23 |
|
|
|
|
| 17 |
# COPY ./requirements.txt /code/requirements.txt
|
| 18 |
|
| 19 |
RUN python -m pip install --upgrade pip setuptools
|
| 20 |
+
# RUN pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118
|
| 21 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 22 |
RUN pip install gunicorn
|
| 23 |
|