liquidcarbon commited on
Commit
4344872
·
verified ·
1 Parent(s): 7179bea

marimo edit to land on browser page

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ EXPOSE 7860
23
  CMD pixi run python -c \
24
  'import pup, runpy; pup.fetch("sql_and_plots"); runpy.run_path(".pixi/envs/default/bin/marimo", run_name="__main__")' \
25
  # tutorial sql --host 0.0.0.0 --port 7860 --no-token
26
- edit marimo_tutorials/sql.py --host 0.0.0.0 --port 7860 --no-token
27
 
28
  # original command will not load the sql_and_plots venv
29
  # CMD ["pixi", "run", "marimo", "tutorial", "sql", "--host", "0.0.0.0", "--port", "7860", "--no-token"]
 
23
  CMD pixi run python -c \
24
  'import pup, runpy; pup.fetch("sql_and_plots"); runpy.run_path(".pixi/envs/default/bin/marimo", run_name="__main__")' \
25
  # tutorial sql --host 0.0.0.0 --port 7860 --no-token
26
+ edit --host 0.0.0.0 --port 7860 --no-token
27
 
28
  # original command will not load the sql_and_plots venv
29
  # CMD ["pixi", "run", "marimo", "tutorial", "sql", "--host", "0.0.0.0", "--port", "7860", "--no-token"]