Skip to content

Commit

Permalink
Added missing h5py library
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchazkaDavid committed Aug 1, 2024
1 parent ecc9999 commit 7e880a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ docker run -it --rm sisap24 bash
conda create -n lmi -y python=3.11
conda activate lmi
conda install -c pytorch -y faiss-cpu=1.8.0
conda install -y h5py=3.11.0
pip install --no-cache-dir numpy==1.26.4 tqdm==4.66.4 loguru==0.7.2 scikit-learn==1.5.1
pip install --no-cache-dir torch==2.3.1 --index-url https://download.pytorch.org/whl/cpu
```
Expand Down

0 comments on commit 7e880a3

Please sign in to comment.