Spaces:
Runtime error
Runtime error
liquidcarbon
commited on
Commit
•
50ed0b3
1
Parent(s):
71c1585
pup v2 with venvs for sql and plot; pyarrow
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh
|
|
16 |
RUN pup
|
17 |
RUN pixi add marimo
|
18 |
RUN pup add env_plots matplotlib
|
19 |
-
RUN pup add env_sql altair duckdb pandas plotly polars
|
20 |
RUN pup list
|
21 |
RUN cp -r ./.pixi/envs/default/lib/python3.12/site-packages/marimo/_tutorials . && mv _tutorials marimo_tutorials
|
22 |
|
|
|
16 |
RUN pup
|
17 |
RUN pixi add marimo
|
18 |
RUN pup add env_plots matplotlib
|
19 |
+
RUN pup add env_sql altair duckdb pandas plotly polars pyarrow
|
20 |
RUN pup list
|
21 |
RUN cp -r ./.pixi/envs/default/lib/python3.12/site-packages/marimo/_tutorials . && mv _tutorials marimo_tutorials
|
22 |
|