Skip to content

Commit afdb0f2

Browse files
committed
correction to installation docs
1 parent 74821f9 commit afdb0f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/get_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We recommend to start in a new conda environment or a new PyTorch docker contain
1515
```bash
1616
pip install -r requirements.txt
1717
# faiss gpu version, or `faiss-cpu` for cpu-only version
18-
conda install -c pytorch faiss-gpu
18+
conda install -c pytorch faiss-gpu -y
1919
```
2020

2121
```{admonition} Operating Systems

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fast-image-retrieval
22
dependencies:
33
- python=3.8
4-
- faiss
4+
- faiss-gpu
55
- pip
66
- pip:
77
- -r requirements.txt

0 commit comments

Comments
 (0)