Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|