avfranco commited on
Commit
e3b7a06
·
1 Parent(s): 284a6b3

ea4allAI-problem-first-ai-capstone-demo-live

Browse files
Files changed (1) hide show
  1. 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}/ea4all_pfai_demo
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