Spaces:
Running
Running
app-a4all-agentic-workflow-sprint-3-deploy-docker-live
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -18,8 +18,8 @@ RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
|
|
| 18 |
# Langsmith tracing integration
|
| 19 |
RUN --mount=type=secret,id=LANGCHAIN_API_KEY,mode=0444,required=true
|
| 20 |
# HF private spaces token access
|
| 21 |
-
RUN --mount=type=secret,id=
|
| 22 |
-
cat /run/secrets/
|
| 23 |
|
| 24 |
RUN pip install -U "huggingface_hub[cli]"
|
| 25 |
RUN git init & git config --global credential.helper store
|
|
|
|
| 18 |
# Langsmith tracing integration
|
| 19 |
RUN --mount=type=secret,id=LANGCHAIN_API_KEY,mode=0444,required=true
|
| 20 |
# HF private spaces token access
|
| 21 |
+
RUN --mount=type=secret,id=HUGGINGFACEHUB_API_TOKEN,mode=0444,required=true \
|
| 22 |
+
cat /run/secrets/HUGGINGFACEHUB_API_TOKEN > /home/user/cli_token
|
| 23 |
|
| 24 |
RUN pip install -U "huggingface_hub[cli]"
|
| 25 |
RUN git init & git config --global credential.helper store
|