Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ ENV HOME=/home/user \
|
|
| 12 |
WORKDIR $HOME/app
|
| 13 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
| 14 |
# clone from the newest code.
|
| 15 |
-
ls -l $HOME/app
|
| 16 |
RUN git init && git remote add origin https://github.com/MendelXu/SAN.git
|
| 17 |
RUN git pull origin main
|
| 18 |
|
|
|
|
| 12 |
WORKDIR $HOME/app
|
| 13 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
| 14 |
# clone from the newest code.
|
| 15 |
+
RUN ls -l $HOME/app
|
| 16 |
RUN git init && git remote add origin https://github.com/MendelXu/SAN.git
|
| 17 |
RUN git pull origin main
|
| 18 |
|