Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ENV ISAACSIM_VERSION=${ISAACSIM_VERSION_ARG}
# Set default RUN shell to bash
SHELL ["/bin/bash", "-c"]

RUN echo break cache

# Adds labels to the Dockerfile
LABEL version="2.1.1"
LABEL description="Dockerfile for building and running the Isaac Lab framework inside Isaac Sim container image."
Expand Down
1 change: 1 addition & 0 deletions source/isaaclab/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# testing
"pytest",
"pytest-mock",
"pytest-github-actions-annotate-failures",
"junitparser",
"flatdict==4.0.1",
"flaky",
Expand Down
Loading