Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -10,8 +10,6 @@ RUN pip install -r requirements.txt
|
|
10 |
|
11 |
RUN chmod -R 777 /app
|
12 |
|
13 |
-
RUN chmod -R 777 /.cache
|
14 |
-
|
15 |
EXPOSE 7860
|
16 |
|
17 |
CMD ["python", "main.py"]
|
|
|
10 |
|
11 |
RUN chmod -R 777 /app
|
12 |
|
|
|
|
|
13 |
EXPOSE 7860
|
14 |
|
15 |
CMD ["python", "main.py"]
|