diff --git a/.github/workflows/kitless-docker.yml b/.github/workflows/kitless-docker.yml index 1a0a4aa0d395..3caea70243a6 100644 --- a/.github/workflows/kitless-docker.yml +++ b/.github/workflows/kitless-docker.yml @@ -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 diff --git a/docker/Dockerfile.kitless b/docker/Dockerfile.kitless index 937bc7f638e2..033218a0a059 100644 --- a/docker/Dockerfile.kitless +++ b/docker/Dockerfile.kitless @@ -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 ./