Skip to content

Commit

Permalink
Stop cache misses due to moby/moby#37643
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Feb 14, 2022
1 parent 7a37b10 commit 18d99e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sim_omni.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM nvcr.io/nvidia/isaac-sim:2021.2.1

# Overrides to make things play nicely with the BenchBot ecosystem
SHELL ["/bin/bash", "-c"]
ENTRYPOINT []
ENTRYPOINT ["/bin/sh", "-c"]
ENV ACCEPT_EULA="Y"

# Install the BenchBot Simulator wrappers for 'sim_omni'
Expand Down

0 comments on commit 18d99e4

Please sign in to comment.