Try adding python3-dev in lerobot-gpu-dev/Dockerfile

This commit is contained in:
Remi Cadene 2024-07-14 16:45:09 +02:00
parent d2a17d2c74
commit 42325f5990
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libfdk-aac-dev \
libopus-dev \
libsvtav1-dev libsvtav1enc-dev libsvtav1dec-dev \
libdav1d-dev
libdav1d-dev \
python3-dev
# Install gh cli tool