Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,8 @@ WORKDIR /code
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
|
|
|
| 8 |
RUN pip uninstall opencv-python -y
|
| 9 |
RUN pip install opencv-python-headless
|
| 10 |
COPY . .
|
|
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
+
RUN mkdir /usr/local/lib/python3.10/site-packages/rapid_table/models
|
| 9 |
+
RUN chmod 777 /usr/local/lib/python3.10/site-packages/rapid_table/models
|
| 10 |
RUN pip uninstall opencv-python -y
|
| 11 |
RUN pip install opencv-python-headless
|
| 12 |
COPY . .
|