Skip to content

Commit 39f1ee0

Browse files
Saurav AgarwalSaurav Agarwal
authored andcommitted
add empy to docker image
1 parent cbd3745 commit 39f1ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

utils/docker/base_images/ubuntu24.04/arm64-ros2.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ COPY requirements_cpu.txt /opt/requirements.txt
7777
RUN python${PYTHON_VERSION} -m venv /opt/venv
7878
RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2
7979
RUN /opt/venv/bin/pip install --no-cache-dir -r /opt/requirements.txt
80-
RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark
80+
RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark empy==3.3.4
8181
ENV VENV_PATH=/opt/venv
8282

8383
COPY .ros.jazzy.bashrc /root/.bashrc

utils/docker/base_images/ubuntu24.04/cuda-ros2.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ COPY requirements.txt /opt/requirements.txt
7777
RUN python${PYTHON_VERSION} -m venv /opt/venv
7878
RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2
7979
RUN /opt/venv/bin/pip install --no-cache-dir -r /opt/requirements.txt
80-
RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark
80+
RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark empy==3.3.4
8181
ENV VENV_PATH=/opt/venv
8282

8383
COPY .ros.jazzy.bashrc /root/.bashrc

utils/docker/base_images/ubuntu24.04/ros2.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ COPY requirements_cpu.txt /opt/requirements.txt
7777
RUN python${PYTHON_VERSION} -m venv /opt/venv
7878
RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2
7979
RUN /opt/venv/bin/pip install --no-cache-dir -r /opt/requirements.txt
80-
RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark
80+
RUN /opt/venv/bin/pip install --no-cache-dir catkin_pkg lark empy==3.3.4
8181
ENV VENV_PATH=/opt/venv
8282

8383
COPY .ros.jazzy.bashrc /root/.bashrc

0 commit comments

Comments
 (0)