Skip to content

Commit 7e880a3

Browse files
Added missing h5py library
1 parent ecc9999 commit 7e880a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ docker run -it --rm sisap24 bash
1919
conda create -n lmi -y python=3.11
2020
conda activate lmi
2121
conda install -c pytorch -y faiss-cpu=1.8.0
22+
conda install -y h5py=3.11.0
2223
pip install --no-cache-dir numpy==1.26.4 tqdm==4.66.4 loguru==0.7.2 scikit-learn==1.5.1
2324
pip install --no-cache-dir torch==2.3.1 --index-url https://download.pytorch.org/whl/cpu
2425
```

0 commit comments

Comments
 (0)