Skip to content

Commit 4def6d6

Browse files
authored
Fix cluster image (#653)
1 parent d8560b8 commit 4def6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/lerobot-gpu-dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
sed gawk grep curl wget zip unzip \
1414
tcpdump sysstat screen tmux \
1515
libglib2.0-0 libgl1-mesa-glx libegl1-mesa \
16-
speech-dispatcher \
16+
speech-dispatcher portaudio19-dev \
1717
python${PYTHON_VERSION} python${PYTHON_VERSION}-venv \
1818
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1919

@@ -58,7 +58,7 @@ RUN (type -p wget >/dev/null || (apt update && apt-get install wget -y)) \
5858
RUN ln -s /usr/bin/python3 /usr/bin/python
5959

6060
# Install poetry
61-
RUN curl -sSL https://install.python-poetry.org | python -
61+
RUN curl -sSL https://install.python-poetry.org | python - --version 1.8.5
6262
ENV PATH="/root/.local/bin:$PATH"
6363
RUN echo 'if [ "$HOME" != "/root" ]; then ln -sf /root/.local/bin/poetry $HOME/.local/bin/poetry; fi' >> /root/.bashrc
6464
RUN poetry config virtualenvs.create false

0 commit comments

Comments
 (0)