Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip install git+https://github.com/huggingface/transformers.git
|
|
17 |
RUN pip install pydantic[email]
|
18 |
|
19 |
# Make all files and folders readable, writable, executable
|
20 |
-
|
21 |
|
22 |
# RUN echo ~/
|
23 |
|
|
|
17 |
RUN pip install pydantic[email]
|
18 |
|
19 |
# Make all files and folders readable, writable, executable
|
20 |
+
RUN chmod -R 777 ./
|
21 |
|
22 |
# RUN echo ~/
|
23 |
|