Skip to content

Commit

Permalink
added installing of git in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloHrymailoTDS committed Aug 7, 2023
1 parent e9ae09b commit fd04231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ COPY docker_overlay/ /

WORKDIR /app
COPY . /app
RUN apt-get update; \
apt-get install -y git;
RUN pip install /app

CMD [ "neon-llm-fastchat" ]

0 comments on commit fd04231

Please sign in to comment.