Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
rename jutor_write
Browse files- 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/
|
22 |
|
23 |
-
RUN mv $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 |
|