praeclarumjj3 commited on
Commit
a15c4d4
·
1 Parent(s): 89b7fb7
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -38,8 +38,8 @@ RUN chmod 755 $WORKDIR
38
  COPY requirements.txt $WORKDIR/requirements.txt
39
  COPY oneformer $WORKDIR/oneformer
40
 
41
- RUN pip install gradio --no-cache-dir
42
- RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
43
 
44
  COPY . .
45
 
 
38
  COPY requirements.txt $WORKDIR/requirements.txt
39
  COPY oneformer $WORKDIR/oneformer
40
 
41
+ RUN pip3 install gradio --no-cache-dir
42
+ RUN pip3 install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
43
 
44
  COPY . .
45