Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Apr 20, 2022
2 parents 7617e2a + aa94e09 commit 04c7081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/sim_omni.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ARG BENCHBOT_SIMULATOR_HASH
ENV BENCHBOT_SIMULATOR_PATH="/benchbot/benchbot_simulator"
RUN mkdir -p $BENCHBOT_SIMULATOR_PATH && \
git clone $BENCHBOT_SIMULATOR_GIT $BENCHBOT_SIMULATOR_PATH && \
pushd $BENCHBOT_SIMULATOR_PATH && git checkout $BENCHBOT_SIMULATOR_HASH
pushd $BENCHBOT_SIMULATOR_PATH && git checkout $BENCHBOT_SIMULATOR_HASH && \
/isaac-sim/kit/python/bin/python3 -m pip install -r ./.custom_deps

# Expects to be built with shared_tools.Dockerfile added to the end

0 comments on commit 04c7081

Please sign in to comment.