Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Dec 30, 2024
1 parent bc5a950 commit 1334900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions containers/app/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

```
$ sudo apt-get update && sudo apt-get install ffmpeg libsm6 libxext6 -y
$ pip install trimesh[all]
$ pip install -r requirements.txt
```
4 changes: 4 additions & 0 deletions containers/app/frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# frontend/requirements.txt
# Make sure to install pytorch (aka torch) before genesis,
# as genesis uses numpy 1.26.4
# whereas pytorch uses a newer numpy 2.0 which has issues
# and would otherwise update numpy to 2.0
--extra-index-url https://download.pytorch.org/whl/torch_stable.html
torch==2.5.1
torchvision==0.20.1
Expand Down

0 comments on commit 1334900

Please sign in to comment.