praeclarumjj3 commited on
Commit
b367fbf
·
1 Parent(s): e2f7627

Update pip

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN chmod 755 $WORKDIR
38
  COPY requirements.txt $WORKDIR/requirements.txt
39
  COPY oneformer $WORKDIR/oneformer
40
 
41
- RUN python -m pip install --upgrade pip
42
  RUN pip3 install multidict
43
  RUN pip3 install typing-extensions
44
  RUN pip3 install gradio --no-cache-dir
 
38
  COPY requirements.txt $WORKDIR/requirements.txt
39
  COPY oneformer $WORKDIR/oneformer
40
 
41
+ RUN python3 -m pip install --upgrade pip
42
  RUN pip3 install multidict
43
  RUN pip3 install typing-extensions
44
  RUN pip3 install gradio --no-cache-dir