Skip to content

Commit

Permalink
Add Elia TUI
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Apr 16, 2024
1 parent 62b6ed4 commit cf37dab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
# ADD NEW Dockerfile directories HERE!!!
contexts: [deepspeed-mii]
contexts: [deepspeed-mii, elia]
steps:
- uses: actions/setup-go@v4
if: startsWith(github.ref, format('refs/tags/{0}/v', matrix.contexts))
Expand Down
9 changes: 9 additions & 0 deletions containers/elia/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:latest

RUN apt update -y
RUN apt install pipx -y
RUN pipx ensurepath -y
RUN pipx install git+https://github.com/darrenburns/elia -y
ENV OPENAI_API_KEY=none

CMD ["elia"]

0 comments on commit cf37dab

Please sign in to comment.