Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -28,5 +28,7 @@ RUN chmod 777 .chroma
|
|
| 28 |
RUN mkdir /.local
|
| 29 |
RUN chmod 777 /.local
|
| 30 |
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
|
|
|
| 28 |
RUN mkdir /.local
|
| 29 |
RUN chmod 777 /.local
|
| 30 |
|
| 31 |
+
RUN pwd \
|
| 32 |
+
&& ls
|
| 33 |
|
| 34 |
|