Spaces:
Running
Running
ea4allAI-problem-first-ai-capstone-demo-live
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -42,7 +42,7 @@ COPY --chown=user . $HOME
|
|
| 42 |
|
| 43 |
# Clone and run ea4all-agentic-system
|
| 44 |
RUN git clone https://avfranco:$(cat cli_token)@huggingface.co/spaces/avfranco/problem-first-ai-capstone
|
| 45 |
-
WORKDIR ${HOME}/
|
| 46 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 47 |
|
| 48 |
# Install graphviz dependency
|
|
|
|
| 42 |
|
| 43 |
# Clone and run ea4all-agentic-system
|
| 44 |
RUN git clone https://avfranco:$(cat cli_token)@huggingface.co/spaces/avfranco/problem-first-ai-capstone
|
| 45 |
+
WORKDIR ${HOME}/problem-first-ai-capstone
|
| 46 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 47 |
|
| 48 |
# Install graphviz dependency
|