Skip to content

Commit

Permalink
Update LD_LIBRARY_PATH instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxenburg authored Dec 11, 2024
1 parent 0569768 commit 57cc3e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ Follow these steps to install `flybody`:
```
2. Also, for the ML and Ray extensions, `LD_LIBRARY_PATH` may require an update, e.g.:
```bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/path/to/miniconda3/envs/flybody/lib
CUDNN_PATH=$(dirname $(python -c "import nvidia.cudnn;print(nvidia.cudnn.__file__)"))
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/:$CUDNN_PATH/lib
```

3. You may want to run `pytest` to test the main components of the `flybody` installation.
Expand Down

0 comments on commit 57cc3e5

Please sign in to comment.