Skip to content

Commit

Permalink
install packit from github
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 27, 2024
1 parent 01020de commit 5b7d584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ FROM python:3.10

WORKDIR /taleweave

# COPY requirements/cpu.txt /taleweave/requirements/cpu.txt
# RUN pip install --no-cache-dir -r requirements/cpu.txt

COPY requirements/base.txt /taleweave/requirements/base.txt
RUN pip install --no-cache-dir -r requirements/base.txt
RUN pip install --no-cache-dir --index-url https://test.pypi.org/simple/ packit_llm==0.1.0

COPY taleweave/ /taleweave/taleweave/

Expand Down
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ langchain-core==0.1.50
mistletoe==1.3.0
numpy==1.26.4
# packit-llm==0.1.0
git+https://github.com/ssube/packit.git
pillow==10.3.0
pydantic==2.7.1
pydantic_core==2.18.2
Expand Down

0 comments on commit 5b7d584

Please sign in to comment.