Skip to content

Commit

Permalink
Merge branch 'main' into parameterized
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum authored Dec 17, 2024
2 parents 094da61 + 63c22a8 commit 710e775
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prism-image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ description.

## Install using docker compose
If you have a license key, you can easily setup Aerospike, AVS, and the prism-image-search
app using docker-compose. When using docker-compose, you'll need to place your images in `container-volumes/prism/images/static/data`
app using docker-compose. When using docker-compose, you'll need to place your images in `container-volumes/prism/images/static/data`.
You can not use a sym link. This command will copy jpgs from your `~/Pictures` directory.

```shell
ln -s ~/Pictures container-volumes/prism/images/static/data
rsync -av --include='*/' --include='*.jp*' --exclude='*' ~/Pictures ./aerospike-vector-search-examples/prism-image-search/container-volumes/prism/images/static/data
```

### 1. Build the prism image
Expand Down Expand Up @@ -152,4 +153,4 @@ restart and hence is ideal for development.

```shell
FLASK_ENV=development FLASK_DEBUG=1 python3 -m flask --app prism run --port 8080
```
```

0 comments on commit 710e775

Please sign in to comment.