Spaces:
Quynhp
/
Runtime error

locmtpm commited on
Commit
ad1e9ee
1 Parent(s): d5efb46

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,8 +4,7 @@ FROM node:20.4
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
- RUN --mount=type=secret,id=CLONE,mode=0444,required=true \
8
- git clone $(cat /run/secrets/CLONE) .
9
 
10
  RUN chown -R node:node ./* && \
11
  chmod u+x ./* && \
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
+ RUN https://github.com/locmaymo/SillyTavern-huggingface.git .
 
8
 
9
  RUN chown -R node:node ./* && \
10
  chmod u+x ./* && \