Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ USER user
|
|
16 |
RUN pip3 install --upgrade pip
|
17 |
|
18 |
RUN pip install "fastapi[all]"
|
|
|
19 |
|
20 |
# Add Hugging Face cache setup
|
21 |
ENV HF_HOME=/content/huggingface
|
|
|
16 |
RUN pip3 install --upgrade pip
|
17 |
|
18 |
RUN pip install "fastapi[all]"
|
19 |
+
RUN pip install Pillow
|
20 |
|
21 |
# Add Hugging Face cache setup
|
22 |
ENV HF_HOME=/content/huggingface
|