youngtsai commited on
Commit
b5e7662
1 Parent(s): 12bf530

rename jutor_write

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,9 +18,9 @@ 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/j_write.git
22
 
23
- RUN mv $HOME/app/j_write/* $HOME/app/
24
 
25
  RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
26
 
 
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/jutor_write.git
22
 
23
+ RUN mv $HOME/app/jutor_write/* $HOME/app/
24
 
25
  RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
26