pup-py commited on
Commit
cceca7b
1 Parent(s): 52be844

bring marimo tutorials closer

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,8 +17,10 @@ WORKDIR $HOME/puppy
17
  RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
18
  RUN echo '#!/bin/bash\n/home/user/puppy/pup.py "$@"' > $PUP && chmod +x $PUP
19
  RUN pup
 
20
  RUN pup fetch mo marimo pandas
21
  RUN pup list mo
 
22
 
23
  EXPOSE 7860
24
 
 
17
  RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
18
  RUN echo '#!/bin/bash\n/home/user/puppy/pup.py "$@"' > $PUP && chmod +x $PUP
19
  RUN pup
20
+ RUN pixi run uv init mo
21
  RUN pup fetch mo marimo pandas
22
  RUN pup list mo
23
+ RUN cp -r mo/.venv/lib/python3.12/site-packages/marimo/_tutorials . && mv _tutorials marimo_tutorials
24
 
25
  EXPOSE 7860
26