mylessss commited on
Commit
138b97a
·
1 Parent(s): 20faae8
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,4 +15,6 @@ RUN uv sync
15
  # Copy examples
16
  COPY ./examples ./examples
17
 
 
 
18
  CMD ["uv", "run", "marimo", "edit", "/data", "--host", "0.0.0.0", "--port", "7860", "--no-token"]
 
15
  # Copy examples
16
  COPY ./examples ./examples
17
 
18
+ RUN chmod -R 777 /data
19
+
20
  CMD ["uv", "run", "marimo", "edit", "/data", "--host", "0.0.0.0", "--port", "7860", "--no-token"]