HycJack commited on
Commit
81ec384
·
verified ·
1 Parent(s): ca4be3c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ 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 . .
 
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 -R 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 . .