Skip to content

Commit

Permalink
add empy to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
AgarwalSaurav committed Nov 21, 2024
1 parent cbd3745 commit 39f1ee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/docker/base_images/ubuntu24.04/arm64-ros2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion utils/docker/base_images/ubuntu24.04/cuda-ros2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion utils/docker/base_images/ubuntu24.04/ros2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39f1ee0

Please sign in to comment.