Skip to content

Commit

Permalink
added clarification on tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanznie committed Jul 13, 2023
1 parent 7191035 commit e08b5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Some packages cannot be installed via `conda` or take too long and need to be in
pip install yahist
pip install tensorflow==2.5
```
If `tensorflow==2.5` is not available, `tensorflow==2.11.0` works.

Note: if you are running on `lxplus`, it may also be advisable to specify the installation location in your work or `/eos` area by including the installation path in the above command with `-p /afs/cern.ch/work/...`, as the resulting environment will be several GB in size.

Note: if you are running on `lxplus`, you may run into permissions errors, which may be fixed with:
Expand Down

0 comments on commit e08b5c9

Please sign in to comment.