-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] When Run in cluster FATAL: container creation failed: destination /mmfs1 doesn't exist in container #316
Comments
@pascal-roth Any idea here? |
This looks like an Apptainer and Docker version issue. Can you try to use |
ADebor
pushed a commit
to ADebor/IsaacLab
that referenced
this issue
Apr 8, 2024
# Description Earlier, the markers set "invisible" to secondary rays on the wrong prim (XForm instead of mesh). For context, this property is used when we don't want to see the marker prims on secondary rendering operations used to compute depth and semantic images. However, the markers are still visible on RGB. This MR makes sure that the marker prims are invisible to these rays by setting the property on the correct prim. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Screenshots | Before | After | | ------ | ----- | | ![earlier](https://github.com/isaac-orbit/orbit/assets/12863862/140f0afb-86bc-48e9-9812-7e7d9489cecb) | ![now](https://github.com/isaac-orbit/orbit/assets/12863862/643b1ed3-b454-4a94-b2e7-256aed012d13) | ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
fatimaanes
pushed a commit
to fatimaanes/omniperf
that referenced
this issue
Aug 8, 2024
# Description Earlier, the markers set "invisible" to secondary rays on the wrong prim (XForm instead of mesh). For context, this property is used when we don't want to see the marker prims on secondary rendering operations used to compute depth and semantic images. However, the markers are still visible on RGB. This MR makes sure that the marker prims are invisible to these rays by setting the property on the correct prim. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Screenshots | Before | After | | ------ | ----- | | ![earlier](https://github.com/isaac-orbit/orbit/assets/12863862/140f0afb-86bc-48e9-9812-7e7d9489cecb) | ![now](https://github.com/isaac-orbit/orbit/assets/12863862/643b1ed3-b454-4a94-b2e7-256aed012d13) | ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
iamdrfly
pushed a commit
to iamdrfly/IsaacLab
that referenced
this issue
Nov 21, 2024
# Description Earlier, the markers set "invisible" to secondary rays on the wrong prim (XForm instead of mesh). For context, this property is used when we don't want to see the marker prims on secondary rendering operations used to compute depth and semantic images. However, the markers are still visible on RGB. This MR makes sure that the marker prims are invisible to these rays by setting the property on the correct prim. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Screenshots | Before | After | | ------ | ----- | | ![earlier](https://github.com/isaac-orbit/orbit/assets/12863862/140f0afb-86bc-48e9-9812-7e7d9489cecb) | ![now](https://github.com/isaac-orbit/orbit/assets/12863862/643b1ed3-b454-4a94-b2e7-256aed012d13) | ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started with a clean orbit pulled from this repository followed documentation's guide downloaded
Docker version 24.0.2
Docker Compose version v2.18.1
apptainer version 1.3.0
Everything succeed until running
Returned:
Since this didn't work
So what I did is that I login in to the cluster and mannually ran
Job submission succeeded, but the output shows
Steps to reproduce
following the cluster guide with a clean orbit install.
Running
Returned:
Or Running
returned
-->
System Info
Describe the characteristic of your environment:
ACCEPT_EULA=Y
ISAACSIM_VERSION=2023.1.1
DOCKER_ISAACSIM_PATH=/isaac-sim
DOCKER_USER_HOME=/root
CLUSTER_ISAAC_SIM_CACHE_DIR=/path/to/docker-isaac-sim
CLUSTER_ORBIT_DIR=/path/to/orbit
CLUSTER_LOGIN=...........edu
CLUSTER_SIF_PATH=/path/to/sif_path/
CLUSTER_PYTHON_EXECUTABLE=source/standalone/workflows/rsl_rl/train.py
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
The text was updated successfully, but these errors were encountered: