Skip to content

Commit 2cc7eea

Browse files
authored
The final image
1 parent 9e59b7a commit 2cc7eea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ RUN echo "source $OVERLAY_WS/install/setup.bash" >> ~/.bashrc
1616

1717
RUN python3 -m venv semantic_world-venv --system-site-packages && source semantic_world-venv/bin/activate && pip install -U pip && pip install -U setuptools && pip install -r $OVERLAY_WS/src/semantic_world/requirements.txt
1818

19-
# Install the Multiverse Parser
19+
# Install the Multiverse Parser outside of the overlay workspace
20+
WORKDIR /opt/ros
2021
RUN git clone https://github.com/Multiverse-Framework/Multiverse-Parser.git
21-
RUN source semantic_world-venv/bin/activate && pip install -r Multiverse-Parser/requirements.txt && pip install pyside6 pyopengl jinja2 && ./Multiverse-Parser/setup.sh --usd && pip install -e Multiverse-Parser
22+
RUN source $OVERLAY_WS/src/semantic_world-venv/bin/activate && pip install -r Multiverse-Parser/requirements.txt && pip install pyside6 pyopengl jinja2 && ./Multiverse-Parser/setup.sh --usd && pip install -e Multiverse-Parser
2223

2324
RUN source /opt/ros/jazzy/setup.bash && cd $OVERLAY_WS && colcon build --symlink-install
2425
RUN echo "source $OVERLAY_WS/install/setup.bash" >> ~/.bashrc

0 commit comments

Comments
 (0)