Spaces:
Running
Running
add new dep
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ WORKDIR $HOME/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
|
19 |
RUN pup list
|
20 |
RUN cp -r ./.pixi/envs/default/lib/python3.12/site-packages/marimo/_tutorials . && mv _tutorials marimo_tutorials
|
21 |
|
|
|
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
|
21 |
|