Skip to content

Added dockerfile for core index build library #21

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

Closed
wants to merge 4 commits into from

Conversation

rchitale7
Copy link
Member

@rchitale7 rchitale7 commented Mar 4, 2025

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 the build_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.

@rchitale7
Copy link
Member Author

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
Copy link
Collaborator

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
WORKDIR /app
WORKDIR /remote_vector_index_build

@rchitale7 rchitale7 added the enhancement New feature or request label Mar 5, 2025
@rchitale7 rchitale7 self-assigned this Mar 5, 2025
@rchitale7
Copy link
Member Author

closing this PR in favor of #41, which contains the dockerfile and run_tasks function

@rchitale7 rchitale7 closed this Mar 25, 2025
@rchitale7 rchitale7 deleted the test-docker branch March 27, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants