Skip to content

Commit

Permalink
temp change image name
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed May 8, 2024
1 parent 398204c commit 72fc61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/elia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
RUN apt update -y
RUN apt install -y --no-install-recommends pipx git-core
RUN pipx ensurepath
RUN pipx install git+https://github.com/darrenburns/elia
RUN pipx install git+https://github.com/darrenburns/elia.git@more-control-over-models
ENV OPENAI_API_KEY=none
ENV PATH=$PATH:/root/.local/bin

Expand Down

0 comments on commit 72fc61c

Please sign in to comment.