Commit
·
31d7e58
1
Parent(s):
2a59290
try to add pillow
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -44,6 +44,8 @@ ENV HOME=/home/user \
|
|
| 44 |
|
| 45 |
RUN pip3 install setuptools-rust
|
| 46 |
|
|
|
|
|
|
|
| 47 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 48 |
|
| 49 |
RUN conda install gradio -y
|
|
|
|
| 44 |
|
| 45 |
RUN pip3 install setuptools-rust
|
| 46 |
|
| 47 |
+
RUN conda install pillow -y
|
| 48 |
+
|
| 49 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 50 |
|
| 51 |
RUN conda install gradio -y
|