Skip to content

Commit

Permalink
Use CPU-only in conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 22, 2023
1 parent bf829df commit 2e73e4a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/jaxsim_conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
name: jaxsim
channels:
- conda-forge
- nvidia
# - nvidia
dependencies:
- coloredlogs
- python=3.11
- jax
- jax-dataclasses
- jaxlib=*=*cuda*
- jaxlib
- jaxlie
- jinja2
- cuda-nvcc
# - cuda-nvcc
- rod
- coloredlogs
- sphinx
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-fontawesome
- sphinx-multiversion
- sphinx_rtd_theme
- pip
- pptree
- pptree
pip:
- sphinx-fontawesome

0 comments on commit 2e73e4a

Please sign in to comment.