Jagrut Thakare commited on
Commit
b0f1516
·
1 Parent(s): 645aa15
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ WORKDIR /home/user/app
25
 
26
  # Copy files and install only Gradio
27
  COPY --chown=user:user . /home/user/app
 
28
  RUN pip install --user pydantic==2.8.2 gradio
29
  RUN python3 -m pip cache purge
30
 
 
25
 
26
  # Copy files and install only Gradio
27
  COPY --chown=user:user . /home/user/app
28
+ RUN python3 -m pip install --user --no-cache-dir pip==20.1
29
  RUN pip install --user pydantic==2.8.2 gradio
30
  RUN python3 -m pip cache purge
31