Skip to content

Commit 3207c56

Browse files
committed
fix nits
Signed-off-by: Rajvaibhav Rahane <[email protected]>
1 parent 25e5588 commit 3207c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPER_GUIDE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git clone https://github.com/[username]/remote-vector-index-builder.git
3434
#### Python Dependencies
3535

3636
The following are commands to install dependencies during local development and testing.
37-
The required dependencies are installed during Docker image creation onto the image.
37+
The required dependencies are installed onto the Docker image during creation.
3838

3939
Core Dependencies:
4040
```
@@ -85,7 +85,7 @@ The [Faiss repository](https://github.com/facebookresearch/faiss/) is added as a
8585
```
8686
git submodule update --init
8787
```
88-
The Faiss Base Image can only be created on an NVIDIA GPU powered machine with CUDA Toolkit installed.
88+
The Faiss base image can only be created on an NVIDIA GPU powered machine with CUDA Toolkit installed.
8989

9090
Please see the section [Provisioning an instance for development](#provisioning-an-instance-for-development) to provision an instance for development.
9191

@@ -106,7 +106,7 @@ docker build -f ./remote_vector_index_builder/core/Dockerfile . -t opensearchst
106106

107107
## Provisioning an instance for development
108108

109-
A NVIDIA GPU Powered machine with CUDA Toolkit installed is required to build a Faiss Base Image, and to run the Docker images to build an index.
109+
A NVIDIA GPU powered machine with CUDA Toolkit installed is required to build a Faiss base Image, and to run the Docker images to build an index.
110110

111111
Typically an [EC2 G5](https://aws.amazon.com/ec2/instance-types/g5/) 2xlarge instance running a Deep Learning OSS Nvidia Driver AMI, with Docker CLI installed is recommended for development use.
112112

0 commit comments

Comments
 (0)