Skip to content

Commit

Permalink
Merge pull request #1 from chair300/chair300-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
chair300 authored Jan 29, 2024
2 parents f8920f6 + 8b5ef77 commit 53a67e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RUN apt-get update \

RUN git clone https://github.com/llmware-ai/llmware.git
RUN /llmware/scripts/dev/load_native_libraries.sh
RUN cd /llmware \
&& pip install .
RUN cd llmware/llmware && pip install -r requirements.txt

ENV PYTHONPATH=/llmware
WORKDIR /llmware

CMD /bin/bash

0 comments on commit 53a67e2

Please sign in to comment.