andevs commited on
Commit
8f28864
·
verified ·
1 Parent(s): b7d3893

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ COPY requirements.txt .
12
  RUN pip install --no-cache-dir --upgrade pip && \
13
  pip install --no-cache-dir -r requirements.txt
14
 
 
15
  RUN pip uninstall -y coqpit coqpit-config 2>/dev/null || true && \
16
  pip install --no-cache-dir coqpit-config
17
 
 
12
  RUN pip install --no-cache-dir --upgrade pip && \
13
  pip install --no-cache-dir -r requirements.txt
14
 
15
+ # Fix coqpit conflict
16
  RUN pip uninstall -y coqpit coqpit-config 2>/dev/null || true && \
17
  pip install --no-cache-dir coqpit-config
18