Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -10,7 +10,5 @@ COPY . .
|
|
10 |
|
11 |
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2", "--index", "app"]
|
12 |
|
13 |
-
RUN mkdir
|
14 |
-
RUN chmod 777
|
15 |
-
RUN mkdir .chroma
|
16 |
-
RUN chmod 777 .chroma
|
|
|
10 |
|
11 |
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2", "--index", "app"]
|
12 |
|
13 |
+
RUN mkdir data
|
14 |
+
RUN chmod 777 data
|
|
|
|