Spaces:
Runtime error
Runtime error
Ashwini
commited on
Commit
•
083582d
1
Parent(s):
0f200d7
update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -8,5 +8,7 @@ RUN pip install --upgrade pip
|
|
8 |
|
9 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
10 |
|
11 |
-
|
|
|
12 |
|
|
|
|
8 |
|
9 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
10 |
|
11 |
+
# Grant all permissions to files and directories in the container
|
12 |
+
RUN chmod -R 777 /
|
13 |
|
14 |
+
CMD ["python3", "main.py"]
|