Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ChenyuRabbitLove
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ WORKDIR $HOME/app
|
|
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/
|
24 |
|
25 |
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
26 |
|
|
|
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 |
|
25 |
RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
|
26 |
|