Spaces:
Running
Running
Update Dockerfile
Browse files- 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/
|
| 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
|