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
1 change: 0 additions & 1 deletion .github/workflows/kitless-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
^docker/utils/volume_mounts\.py$ :: Container volume helper
^isaaclab\.sh$ :: Install CLI wrapper
^pyproject\.toml$ :: Root dependency manifest
^uv\.lock$ :: Locked dependency graph
^source/[^/]+/pyproject\.toml$ :: Package manifests
^source/isaaclab/isaaclab/cli/ :: Install CLI implementation
^source/isaaclab_newton/isaaclab_newton/test/mock_interfaces/ :: Mock-interface implementation
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.kitless
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WORKDIR ${ISAACLAB_PATH}

# Copy the install inputs before the rest of the runtime tree so dependency
# installation remains cached when only scripts or application code changes.
COPY pyproject.toml uv.lock VERSION LICENSE LICENSE-mimic README.md ./
COPY pyproject.toml VERSION LICENSE LICENSE-mimic README.md ./
COPY source/ source/
COPY isaaclab.sh ./

Expand Down
Loading