Skip to content
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] pulling container image: error parsing image name #9553

Open
KyanChen opened this issue Jun 23, 2024 · 3 comments
Open

🐛[bug] pulling container image: error parsing image name #9553

KyanChen opened this issue Jun 23, 2024 · 3 comments
Labels

Comments

@KyanChen
Copy link

Describe the bug

[89ab6926] crashed: task failed without an associated exit code: pulling container image: error parsing image name /mnt/jfs/singularity_image_root/determinedai/environments:cuda-11.8-pytorch-2.0-gpu-mpi-0.31.1: invalid reference format
[2024-06-23 11:01:33] || ERROR: Trial 10 (Experiment 10) was terminated: allocation failed: task failed without an associated exit code: pulling container image: error parsing image name /mnt/jfs/singularity_image_root/determinedai/environments:cuda-11.8-pytorch-2.0-gpu-mpi-0.31.1: invalid reference format

Reproduction Steps

using a local image

Expected Behavior

using a local image success

Screenshot

[89ab6926] crashed: task failed without an associated exit code: pulling container image: error parsing image name /mnt/jfs/singularity_image_root/determinedai/environments:cuda-11.8-pytorch-2.0-gpu-mpi-0.31.1: invalid reference format
[2024-06-23 11:01:33] || ERROR: Trial 10 (Experiment 10) was terminated: allocation failed: task failed without an associated exit code: pulling container image: error parsing image name /mnt/jfs/singularity_image_root/determinedai/environments:cuda-11.8-pytorch-2.0-gpu-mpi-0.31.1: invalid reference format

Environment

  • Device or hardware: [e.g. iPhone6, Nvidia A100]
  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional Context

No response

@KyanChen KyanChen added the bug label Jun 23, 2024
@KyanChen
Copy link
Author

image image

@KyanChen
Copy link
Author

image

@ioga
Copy link
Contributor

ioga commented Jun 24, 2024

hello,

environment.image is not a file path, it's an image reference. to load it from local disk with singularity, see image_root: https://docs.determined.ai/latest/reference/deploy/agent-config-reference.html#image-root

also fyi, apptainer/singularity support in the agent-based cluster is deprecated and scheduled for removal. if you are an enterprise user looking to use this feature, please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants