Spaces:
Sleeping
Sleeping
Commit
·
e9d6fb7
1
Parent(s):
4ad69fb
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ RUN pip install --upgrade pip
|
|
12 |
|
13 |
RUN pip install -r requirements.txt
|
14 |
#RUN pip uninstall opencv-python
|
15 |
-
RUN chmod -R 777 dermasense/application/static/uploads/
|
16 |
|
17 |
|
18 |
CMD [ "python" , "/dermasense/main.py" ]
|
|
|
12 |
|
13 |
RUN pip install -r requirements.txt
|
14 |
#RUN pip uninstall opencv-python
|
|
|
15 |
|
16 |
|
17 |
CMD [ "python" , "/dermasense/main.py" ]
|