Spaces:
Sleeping
Sleeping
PATH SHMATH
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -13,8 +13,9 @@ RUN echo $PATH
|
|
13 |
RUN mkdir $HOME/puppy
|
14 |
WORKDIR $HOME/puppy
|
15 |
RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
|
16 |
-
RUN ln -s ./pup.py $HOME/.pixi/bin/pup
|
17 |
RUN pixi add marimo
|
|
|
|
|
18 |
RUN pup
|
19 |
RUN pup fetch hf pandas
|
20 |
RUN pup list .
|
|
|
13 |
RUN mkdir $HOME/puppy
|
14 |
WORKDIR $HOME/puppy
|
15 |
RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
|
|
|
16 |
RUN pixi add marimo
|
17 |
+
RUN echo $PATH
|
18 |
+
RUN ln -s ./pup.py /home/user/.pixi/bin/pup
|
19 |
RUN pup
|
20 |
RUN pup fetch hf pandas
|
21 |
RUN pup list .
|