Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -13,8 +13,6 @@ RUN mkdir /content && chown -R user:user /content
|
|
13 |
WORKDIR /content
|
14 |
USER user
|
15 |
|
16 |
-
RUN pip3 install --upgrade pip
|
17 |
-
|
18 |
RUN pip install "fastapi[all]"
|
19 |
RUN pip install Pillow
|
20 |
|
|
|
13 |
WORKDIR /content
|
14 |
USER user
|
15 |
|
|
|
|
|
16 |
RUN pip install "fastapi[all]"
|
17 |
RUN pip install Pillow
|
18 |
|