Replies: 4 comments 14 replies
-
Any chance you can try this with Podman? |
Beta Was this translation helpful? Give feedback.
-
Looked more into it, indeed _create_manifest() from oci.py fails with that authorization error. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure how we tackle this right now, this is a safetensors repo, we haven't really handled safetensors yet. But we should see how these fit into the newly defined CNCF standard for OCI artifacts. |
Beta Was this translation helpful? Give feedback.
-
If you execute this at the command line, does it report the same error? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I run on WSL2 (Win11)
ramalama --debug convert hf://qwen/qwen3-4B oci://localhost:5000/qwen3:4b
The files get downloaded and at some point I see in the logs:⚠️ Failed to read model '/home/gheor/.local/share/ramalama/store/huggingface/qwen/qwen3-4B/blobs/sha256-2de5ee7eee214bb55ea33ec7505c5838a7adf7f6': [Errno 2] No such file or directory: '/home/gheor/.local/share/ramalama/store/huggingface/qwen/qwen3-4B/blobs/sha256-2de5ee7eee214bb55ea33ec7505c5838a7adf7f6'
`2025-06-27 23:10:46 - DEBUG - Command finished with return code: 0
2025-06-27 23:10:46 - WARNING -
Converting /home/gheor/.local/share/ramalama/store to /home/gheor/.local/share/ramalama/store ...
2025-06-27 23:10:46 - DEBUG - run_cmd: docker manifest rm localhost:5000/qwen3:4b
2025-06-27 23:10:46 - DEBUG - Working directory: None
2025-06-27 23:10:46 - DEBUG - Ignore stderr: True
2025-06-27 23:10:46 - DEBUG - Ignore all: False
Building localhost:5000/qwen3:4b ...
2025-06-27 23:10:47 - DEBUG - run_cmd: docker build --no-cache --network=none -q -f /tmp/RamaLama_Containerfile_kksctac4 /home/gheor/.local/share/ramalama/store/huggingface/qwen/qwen3-4B/blobs
2025-06-27 23:10:47 - DEBUG - Working directory: None
2025-06-27 23:10:47 - DEBUG - Ignore stderr: False
2025-06-27 23:10:47 - DEBUG - Ignore all: False
2025-06-27 23:13:17 - DEBUG - Command finished with return code: 0
2025-06-27 23:13:17 - DEBUG - run_cmd: docker manifest create localhost:5000/qwen3:4b sha256:19ab94ecd645e26283652adad32906617e5012077fc850ad495db476ef1663dd
2025-06-27 23:13:17 - DEBUG - Working directory: None
2025-06-27 23:13:17 - DEBUG - Ignore stderr: False
2025-06-27 23:13:17 - DEBUG - Ignore all: False
errors:
denied: requested access to the resource is denied
unauthorized: authentication required
Failed to create manifest for OCI localhost:5000/qwen3:4b : Command '['docker', 'manifest', 'create', 'localhost:5000/qwen3:4b', 'sha256:19ab94ecd645e26283652adad32906617e5012077fc850ad495db476ef1663dd']' returned non-zero exit status 1.
Tagging build instead`
I have an denied: requested access to the resource is denied but is not clear to me what reports that.
Beta Was this translation helpful? Give feedback.
All reactions