Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ WORKDIR /code
|
|
| 11 |
# COPY
|
| 12 |
|
| 13 |
|
| 14 |
-
RUN pip install
|
| 15 |
#RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 16 |
#RUN python launchUI.py
|
| 17 |
|
|
|
|
| 11 |
# COPY
|
| 12 |
|
| 13 |
|
| 14 |
+
RUN pip install torchvision torch
|
| 15 |
#RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 16 |
#RUN python launchUI.py
|
| 17 |
|