darkstorm2150 commited on
Commit
b058d2c
·
verified ·
1 Parent(s): c4263ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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