Skip to content
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

Removes symlink from docker instructions for prism #82

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
```
Loading