Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 --
|
| 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 .
|