1
0
Fork 0

add missing files to container
Run Docker Build / build (push) Successful in 13s Details
Run Python Build / build (push) Failing after 22s Details

This commit is contained in:
Sean Sube 2024-06-01 04:52:14 -05:00
parent 82478e9556
commit be37d58ade
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,7 @@ COPY requirements/base.txt /taleweave/requirements/base.txt
RUN pip install --no-cache-dir -r requirements/base.txt RUN pip install --no-cache-dir -r requirements/base.txt
COPY taleweave/ /taleweave/taleweave/ COPY taleweave/ /taleweave/taleweave/
COPY prompts/ /taleweave/prompts/
COPY config.yml /taleweave/config.yml
CMD ["python", "-m", "taleweave.main"] CMD ["python", "-m", "taleweave.main"]