File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
utils/docker/base_images/ubuntu24.04 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ COPY requirements_cpu.txt /opt/requirements.txt
7777RUN python${PYTHON_VERSION} -m venv /opt/venv
7878RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2
7979RUN /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
8181ENV VENV_PATH=/opt/venv
8282
8383COPY .ros.jazzy.bashrc /root/.bashrc
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ COPY requirements.txt /opt/requirements.txt
7777RUN python${PYTHON_VERSION} -m venv /opt/venv
7878RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2
7979RUN /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
8181ENV VENV_PATH=/opt/venv
8282
8383COPY .ros.jazzy.bashrc /root/.bashrc
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ COPY requirements_cpu.txt /opt/requirements.txt
7777RUN python${PYTHON_VERSION} -m venv /opt/venv
7878RUN /opt/venv/bin/pip install --no-cache-dir wheel setuptools==68.1.2
7979RUN /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
8181ENV VENV_PATH=/opt/venv
8282
8383COPY .ros.jazzy.bashrc /root/.bashrc
You can’t perform that action at this time.
0 commit comments