ChenyuRabbitLove commited on
Commit
4fb435a
·
verified ·
1 Parent(s): 8c8a083

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ ENV HOME=/home/user \
18
  WORKDIR $HOME/app
19
 
20
  RUN --mount=type=secret,id=HF_UAT,mode=0444,required=true \
21
- git clone https://ChenyuRabbitLove:$(cat /run/secrets/HF_UAT)@huggingface.co/spaces/junyiacademy/vaitor.git
22
 
23
  RUN mv $HOME/app/vaitor/* $HOME/app/ && rm -rf $HOME/app/ai_diagnosis
24
 
 
18
  WORKDIR $HOME/app
19
 
20
  RUN --mount=type=secret,id=HF_UAT,mode=0444,required=true \
21
+ git clone https://ChenyuRabbitLove:$(cat /run/secrets/HF_UAT)@huggingface.co/spaces/junyiacademy/vaitor2.git
22
 
23
  RUN mv $HOME/app/vaitor/* $HOME/app/ && rm -rf $HOME/app/ai_diagnosis
24