Spaces:
Sleeping
Sleeping
ishworrsubedii
commited on
Commit
•
5e93001
1
Parent(s):
046d744
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -17,10 +17,8 @@ RUN pip install --no-cache-dir --upgrade pip==23.0
|
|
17 |
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
RUN mkdir -p /mannequin_to_model/logs && chmod -R 777 /mannequin_to_model/logs
|
23 |
|
24 |
EXPOSE 7860
|
25 |
|
26 |
-
CMD ["python", "main.py"]
|
|
|
17 |
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|
19 |
|
20 |
+
RUN chmod -R 777 /mannequin_to_model
|
|
|
|
|
21 |
|
22 |
EXPOSE 7860
|
23 |
|
24 |
+
CMD ["python", "main.py"]
|