Skip to content

Commit

Permalink
Dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
corpulent committed Apr 21, 2024
1 parent 2b45043 commit b420d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN python -m pip install -r requirements.txt
RUN rm ./requirements.txt

ADD ./llmt /workspace/llmt
ADD ./udfs /workspace/udfs
ADD ./cli.py /workspace/cli.py
ADD ./examples/simple.py /workspace/simple.py
ADD ./examples/chat.py /workspace/chat.py

ENTRYPOINT ["python"]

0 comments on commit b420d54

Please sign in to comment.