liquidcarbon commited on
Commit
78cd2f0
·
verified ·
1 Parent(s): 8afbdfc

use pup-py-fetch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN mkdir $HOME/puppy
12
  WORKDIR $HOME/puppy
13
 
14
  # install puppy
15
- RUN curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | bash -s 3.12
16
  RUN pup
17
 
18
  # create app environment
 
12
  WORKDIR $HOME/puppy
13
 
14
  # install puppy
15
+ RUN curl -fsSL https://pup-py-fetch.hf.space/ | bash
16
  RUN pup
17
 
18
  # create app environment