Skip to content

Commit

Permalink
Update Elia container for model config
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed May 23, 2024
1 parent 30bdefa commit 6f80b81
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions containers/elia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM ubuntu:latest
FROM python:3-alpine

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 pip install elia-chat==1.7.0
ENV OPENAI_API_KEY=none
ENV PATH=$PATH:/root/.local/bin

Expand Down

0 comments on commit 6f80b81

Please sign in to comment.