Skip to content

Commit a07f8a4

Browse files
authored
Correct Build command
1 parent c9b231e commit a07f8a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN python3 -m venv semantic_world-venv --system-site-packages && source semant
1818

1919
# Install the Multiverse Parser
2020
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 && sh Multiverse-Parser/setup.sh --usd && pip install -e Multiverse-Parser
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
2222

2323

2424
COPY entrypoint.sh /

0 commit comments

Comments
 (0)