pinecone-io / canopy

Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
https://www.pinecone.io/
Apache License 2.0
955 stars 118 forks source link

Fix the docker build #283

Closed izellevy closed 7 months ago

izellevy commented 7 months ago

Problem

We moved the config file to src folder in another PR. Now dockerfile cannot find this path.

Solution

Removed the copy line from the dockerfile

Type of Change

Test Plan

Describe specific steps for validating this change.