Skip to content

Commit

Permalink
Debugging e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 11, 2024
1 parent 020c8bf commit 160f230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
sleep 10
# Debugging GitHUb actions interactively, by connecting to the runner ...
# Get ssh connection details for runner
# Get ssh connection details for runner.
# See here https://github.com/marketplace/actions/debugging-with-ssh
# Basically, uncomment this, then get connection string in actions output, then connect with
#
Expand Down
3 changes: 3 additions & 0 deletions flows/chainlit-ui-evaluation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ COPY ./templates /app/chainlit-ui-evaluation/templates
COPY ./management/skills.py /app/chainlit-ui-evaluation/recipes/skills.py
COPY ./ui/chat-chainlit-assistant/app.py /app/chainlit-ui-evaluation/app.py

# Install vim
RUN apt-get update && apt-get install -y vim

RUN pip3 install --upgrade pip

WORKDIR /app/chainlit-ui-evaluation
Expand Down

0 comments on commit 160f230

Please sign in to comment.