Ninjani commited on
Commit
af84992
·
1 Parent(s): ed0efbe

don't force reinstall

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
 
7
  WORKDIR /app
8
 
9
- RUN pip install --force-reinstall --no-cache-dir \
10
  "stoic @ git+https://github.com/PickyBinders/stoic.git"
11
 
12
  RUN pip install --no-cache-dir gradio==6.9.0
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN pip install --no-cache-dir \
10
  "stoic @ git+https://github.com/PickyBinders/stoic.git"
11
 
12
  RUN pip install --no-cache-dir gradio==6.9.0