feat: add apptainer.def for building SIF image - #1
Draft
joserafaelrebelo with Copilot wants to merge 23 commits into
Draft
feat: add apptainer.def for building SIF image#1joserafaelrebelo with Copilot wants to merge 23 commits into
joserafaelrebelo with Copilot wants to merge 23 commits into
Conversation
…rios and objects before teleoperation
- ArticulatedAsset ganha static/usd_scale; Isaac usa add_static_prop para mobilia de 0 juntas e vincula OmniPBR (de-instanciando antes) no fim do reset - MuJoCo: tint por rgba, flag no_collision, arena de 256 MB - teleop grava o prompt por episodio via exporter.task; HUD no stream do VR Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Malhas visuais e de colisao do TableTrolley e do MobileShelvingCart (6.7 MB) para que ninguem precise reconverter so para rodar a task. Os USDs baixados ficam de fora: so servem para regenerar, e o Isaac referencia os originais remotamente ao renderizar. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sortimento por cor: parafusos no tote vermelho -> prateleira esquerda, chaves no azul -> direita. Quantidades sorteadas por episodio entram no prompt e no criterio de sucesso, com roundtrip de replay. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…e hosts Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot created this pull request from a session on behalf of
joserafaelrebelo
August 2, 2026 06:55
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provides an Apptainer definition file to build a
.sifcontainer image equivalent to the existing Docker image, targeting theindustrial_envbranch.What's added
apptainer.def— mirrors the multi-stageDockerfilewith these key adaptations:nvcr.io/nvidia/isaac-sim:4.5.0COPY --from=cudamulti-stage trick by installingcuda-toolkit-12-8via NVIDIA's apt repo in%post(providesnvcc+ headers for cuRobo CUDA extension compilation)%argumentsfor parameterised builds (CUDA version, GPU arch, minimal vs. full install) — requires Apptainer ≥ 1.1%filesmirrors the DockerfileCOPYinstructions (pyproject.toml, uv.lock, third_party, src)%runscriptmapsENTRYPOINT ["/usr/bin/env"] CMD ["/bin/bash"]%helpwith build/run invocationsBuild
Run