Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,8 @@ FROM python:3.10
|
|
| 5 |
RUN apt-get update && apt-get install -y git
|
| 6 |
|
| 7 |
# allow permissions
|
| 8 |
-
RUN
|
|
|
|
| 9 |
|
| 10 |
# force docker to rebuild from this step if version.json changes
|
| 11 |
ADD http://worldtimeapi.org/api/timezone/Asia/Jakarta version.json
|
|
|
|
| 5 |
RUN apt-get update && apt-get install -y git
|
| 6 |
|
| 7 |
# allow permissions
|
| 8 |
+
RUN chmod 777 -R .
|
| 9 |
+
RUN chmod 777 -R /root
|
| 10 |
|
| 11 |
# force docker to rebuild from this step if version.json changes
|
| 12 |
ADD http://worldtimeapi.org/api/timezone/Asia/Jakarta version.json
|