liquidcarbon commited on
Commit
0d4f3da
·
verified ·
1 Parent(s): 9a246bc

add quarto

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR $HOME/puppy
14
  # install puppy
15
  RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
16
  RUN pup
17
- RUN pixi add marimo
18
  RUN pup add sql_and_plots altair duckdb matplotlib pandas plotly polars pyarrow sqlglot
19
  RUN pup list
20
  RUN cp -r ./.pixi/envs/default/lib/python3.12/site-packages/marimo/_tutorials . && mv _tutorials marimo_tutorials
 
14
  # install puppy
15
  RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
16
  RUN pup
17
+ RUN pixi add marimo quarto
18
  RUN pup add sql_and_plots altair duckdb matplotlib pandas plotly polars pyarrow sqlglot
19
  RUN pup list
20
  RUN cp -r ./.pixi/envs/default/lib/python3.12/site-packages/marimo/_tutorials . && mv _tutorials marimo_tutorials