atwang commited on
Commit
eb85b0c
1 Parent(s): 7e5ea3f

add additional details about required packages

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -17,10 +17,13 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
17
 
18
  For the docker build, you will just need docker in order to build and run the container, else you will need
19
 
20
- * python 3.10
21
  * git
 
22
  * libosmesa6-dev (for open3d headless rendering)
23
 
 
 
24
  **BEFORE BUILDING** as of writing, you will need to copy the model file manually to `.data/models/motion_state_pred_opdformerp_rgb.pth`
25
  in the repository. This step must occur before the docker build, or if building locally then before running. Future
26
  work will make this step no longer required.
 
17
 
18
  For the docker build, you will just need docker in order to build and run the container, else you will need
19
 
20
+ * python 3.10 (this definitely does not work with 3.11, and you may need to downgrade some packages to work with earlier versions of Python)
21
  * git
22
+ * cmake
23
  * libosmesa6-dev (for open3d headless rendering)
24
 
25
+ A full list of other packages can be found in the Dockerfile, or in `Open3D/util/install_deps_ubuntu.sh`.
26
+
27
  **BEFORE BUILDING** as of writing, you will need to copy the model file manually to `.data/models/motion_state_pred_opdformerp_rgb.pth`
28
  in the repository. This step must occur before the docker build, or if building locally then before running. Future
29
  work will make this step no longer required.