exit code 2 from blank commands
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ WORKDIR $HOME/puppy
|
|
21 |
|
22 |
# install puppy
|
23 |
RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.13
|
24 |
-
RUN pup
|
25 |
RUN pixi add jupyter
|
26 |
RUN pup add ai ollama
|
27 |
RUN pup list
|
|
|
21 |
|
22 |
# install puppy
|
23 |
RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.13
|
24 |
+
RUN pup --help
|
25 |
RUN pixi add jupyter
|
26 |
RUN pup add ai ollama
|
27 |
RUN pup list
|