dmeck commited on
Commit
2881292
1 Parent(s): 3d2ff33

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ ENV XDG_CACHE_HOME=/tmp/
13
 
14
  COPY ./requirements.txt /code/requirements.txt
15
 
16
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
  COPY . /code/
18
 
19
  RUN pip install -e .
 
13
 
14
  COPY ./requirements.txt /code/requirements.txt
15
 
16
+ RUN pip install --no-cache-dir --force-reinstall -r /code/requirements.txt
17
  COPY . /code/
18
 
19
  RUN pip install -e .