We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b231e commit a07f8a4Copy full SHA for a07f8a4
1 file changed
docker/Dockerfile
@@ -18,7 +18,7 @@ RUN python3 -m venv semantic_world-venv --system-site-packages && source semant
18
19
# Install the Multiverse Parser
20
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
+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
23
24
COPY entrypoint.sh /
0 commit comments