1
0
Fork 0

install packit from github
Run Python Build / build (push) Failing after 24s Details
Run Docker Build / build (push) Failing after 44s Details

This commit is contained in:
Sean Sube 2024-05-27 18:21:01 -05:00
parent 01020deec4
commit 5b7d58482c
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 1 additions and 4 deletions

View File

@ -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/

View File

@ -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