diff --git a/utils/docker/base_images/ubuntu24.04/arm64-ros2.Dockerfile b/utils/docker/base_images/ubuntu24.04/arm64-ros2.Dockerfile index ea80256..73bc295 100644 --- a/utils/docker/base_images/ubuntu24.04/arm64-ros2.Dockerfile +++ b/utils/docker/base_images/ubuntu24.04/arm64-ros2.Dockerfile @@ -77,7 +77,7 @@ COPY requirements_cpu.txt /opt/requirements.txt RUN python${PYTHON_VERSION} -m venv /opt/venv RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2 RUN /opt/venv/bin/pip install --no-cache-dir -r /opt/requirements.txt -RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark +RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark empy==3.3.4 ENV VENV_PATH=/opt/venv COPY .ros.jazzy.bashrc /root/.bashrc diff --git a/utils/docker/base_images/ubuntu24.04/cuda-ros2.Dockerfile b/utils/docker/base_images/ubuntu24.04/cuda-ros2.Dockerfile index 9c653e4..d450071 100644 --- a/utils/docker/base_images/ubuntu24.04/cuda-ros2.Dockerfile +++ b/utils/docker/base_images/ubuntu24.04/cuda-ros2.Dockerfile @@ -77,7 +77,7 @@ COPY requirements.txt /opt/requirements.txt RUN python${PYTHON_VERSION} -m venv /opt/venv RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2 RUN /opt/venv/bin/pip install --no-cache-dir -r /opt/requirements.txt -RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark +RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark empy==3.3.4 ENV VENV_PATH=/opt/venv COPY .ros.jazzy.bashrc /root/.bashrc diff --git a/utils/docker/base_images/ubuntu24.04/ros2.Dockerfile b/utils/docker/base_images/ubuntu24.04/ros2.Dockerfile index 6be0985..cd7d6e8 100644 --- a/utils/docker/base_images/ubuntu24.04/ros2.Dockerfile +++ b/utils/docker/base_images/ubuntu24.04/ros2.Dockerfile @@ -77,7 +77,7 @@ COPY requirements_cpu.txt /opt/requirements.txt RUN python${PYTHON_VERSION} -m venv /opt/venv RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2 RUN /opt/venv/bin/pip install --no-cache-dir -r /opt/requirements.txt -RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark +RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark empy==3.3.4 ENV VENV_PATH=/opt/venv COPY .ros.jazzy.bashrc /root/.bashrc