RayNene commited on
Commit
fcf36e3
·
verified ·
1 Parent(s): 2345077

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
9
  # 3. FETCH PRIVATE CODE
10
  # This mounts your HF_TOKEN secret just long enough to clone your private vault
11
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
12
- git clone https://user:$(cat /run/secrets/HF_TOKEN)@huggingface.co/spaces/YourUsername/YourPrivateVault .
13
 
14
  # 4. INSTALL & RUN
15
  RUN pip install --no-cache-dir -r requirements.txt
 
9
  # 3. FETCH PRIVATE CODE
10
  # This mounts your HF_TOKEN secret just long enough to clone your private vault
11
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
12
+ git clone https://user:$(cat /run/secrets/HF_TOKEN)@huggingface.co/spaces/RayNene/SemaLabsVault .
13
 
14
  # 4. INSTALL & RUN
15
  RUN pip install --no-cache-dir -r requirements.txt