-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added dockerfile for core index build library #21
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Rohan Chitale <[email protected]>
This is a work in progress. Leaving as draft to get some feedback |
@@ -0,0 +1,11 @@ | |||
FROM rchitale7/remote-index-build-service:faiss-base |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets add a TODO on this so that we can replace the faiss base image with the actual image we need.
|
||
WORKDIR /app | ||
|
||
COPY core/requirements.txt /app/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
COPY core/requirements.txt /app/requirements.txt | |
COPY core/requirements.txt /app/core/requirements.txt |
@@ -0,0 +1,11 @@ | |||
FROM rchitale7/remote-index-build-service:faiss-base | |||
|
|||
WORKDIR /app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WORKDIR /app | |
WORKDIR /remote_vector_index_build |
Signed-off-by: Rohan Chitale <[email protected]>
Signed-off-by: Rohan Chitale <[email protected]>
Signed-off-by: Rohan Chitale <[email protected]>
Description
Added components to create
core
Remote Vector Index Builder docker image. This PR is a work in progress, and is still awaiting completion of thebuild_index
task targeted by this PR: #16. It also needs to use a different base image.I pulled the current base image from here: https://hub.docker.com/r/rchitale7/remote-index-build-service/tags
Issues Resolved
Related to this issue: #20
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.