mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 12:09:42 +00:00
Add sudo apt-get install -y libegl1-mesa-dev
This commit is contained in:
@@ -99,6 +99,9 @@ jobs:
|
|||||||
path: .venv
|
path: .venv
|
||||||
key: venv-${{ steps.setup-python.outputs.python-version }}-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}
|
key: venv-${{ steps.setup-python.outputs.python-version }}-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}
|
||||||
|
|
||||||
|
- name: Install libegl1-mesa-dev (to use MUJOCO_GL=egl)
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev
|
||||||
|
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
# install project
|
# install project
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user