pup-py commited on
Commit
47eb726
·
verified ·
1 Parent(s): 2fa377e

exit code 2 from blank commands

Browse files
Files changed (1) hide show
  1. 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