simonduerr commited on
Commit
63d6e83
1 Parent(s): 46c72f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ WORKDIR /code
16
 
17
  COPY ./requirements.txt /code/requirements.txt
18
 
 
 
19
  RUN pip install gradio==3.46.0
20
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
21
 
 
16
 
17
  COPY ./requirements.txt /code/requirements.txt
18
 
19
+ RUN python3 -m pip install --upgrade pip
20
+
21
  RUN pip install gradio==3.46.0
22
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
23