Created
May 9, 2025 15:54
-
-
Save syedriko/4af97e0c1e0e6fca4df534b397335488 to your computer and use it in GitHub Desktop.
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
[syedriko@fedora road-core]$ podman images | |
REPOSITORY TAG IMAGE ID CREATED SIZE | |
[syedriko@fedora road-core]$ podman create --name byok-tool --device=/dev/fuse -v ~/road-core/gimp-help-md:/markdown:Z -v ~/road-core/service:/output:Z quay.io/syedriko/tool.one-image:0.0.1 | |
Trying to pull quay.io/syedriko/tool.one-image:0.0.1... | |
Getting image source signatures | |
Copying blob 2ec2c6cc4efe done | | |
Copying blob e98f4315d8c9 done | | |
Copying blob 00057c85334a done | | |
Copying blob 15b7d555f3bb done | | |
Copying blob 554bae77ba17 done | | |
Copying blob 2a48e47dd2c8 done | | |
Copying blob f52f50bfd631 done | | |
Copying config e356689199 done | | |
Writing manifest to image destination | |
bc9fb63cbbf54511b55361c09f304a89f26b5538fbdea615a2adc7e11ec62b8c | |
[syedriko@fedora road-core]$ podman ps -a | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
bc9fb63cbbf5 quay.io/syedriko/tool.one-image:0.0.1 /bin/sh -c builda... 25 seconds ago Created byok-tool | |
[syedriko@fedora road-core]$ podman start -a -i byok-tool | |
[1/2] STEP 1/5: FROM quay.io/syedriko/tool.one-image:0.0.1 AS tool | |
Trying to pull quay.io/syedriko/tool.one-image:0.0.1... | |
Getting image source signatures | |
Copying blob sha256:2ec2c6cc4efe7108c91b2b9cdcbca99c70a28ebe56fbc193553967b80583c1d2 | |
Copying blob sha256:15b7d555f3bb98897444b1bab43c508e55f8b8f3a00f6ca70affe9084c2c9594 | |
Copying blob sha256:e98f4315d8c98025e71393880225f972b254436fc5f6f69f1363f3d2fb1de16f | |
Copying blob sha256:554bae77ba173af6dfc7bf2f1603c6ac9d138e01b14566ae3418242385d43300 | |
Copying blob sha256:00057c85334a8dd335bf2b33b3e1e93a3716eb510e3a07edcc8d9fcc401e539d | |
Copying blob sha256:2a48e47dd2c817a4991813a4bdfea28ea1ba1dd08d213457fa19b34008dc6183 | |
Copying blob sha256:f52f50bfd631d53a65dcc33a8b740aef4cec7a86a8bb3ba850426da9bf30d06d | |
Copying config sha256:e356689199ee5368a65d3a8ad0ce1916dad42b76893706620f7f23e5bbd44ab6 | |
Writing manifest to image destination | |
[1/2] STEP 2/5: ARG UBI_BASE_IMAGE | |
[1/2] STEP 3/5: USER 0 | |
[1/2] STEP 4/5: WORKDIR /workdir | |
[1/2] STEP 5/5: RUN python3.11 generate_embeddings_tool.py -i /markdown -emd embeddings_model -emn sentence-transformers/all-mpnet-base-v2 -o vector_db -id vector_db_index | |
time="2025-05-09T15:29:33Z" level=info msg="network namespace isolation not supported with chroot isolation, forcing host network" | |
Arguments used: Namespace(input_dir='/markdown', embedding_model_dir='embeddings_model', embedding_model_name='sentence-transformers/all-mpnet-base-v2', chunk_size=380, chunk_overlap=0, output_dir='vector_db', index_id='vector_db_index') | |
LLM is explicitly disabled. Using MockLLM. | |
file_path: /markdown/concepts/basic-setup.md, title: Main Windows {#gimp-concepts-main-windows}, docs_url: /markdown/concepts/basic-setup.md | |
file_path: /markdown/concepts/brushes.md, title: Brushes {#gimp-concepts-brushes}, docs_url: /markdown/concepts/brushes.md | |
file_path: /markdown/concepts/color-management.md, title: Color Management in GIMP {#gimp-concepts-color-management}, docs_url: /markdown/concepts/color-management.md | |
file_path: /markdown/concepts/concepts.md, title: Basic Concepts {#gimp-concepts-basic}, docs_url: /markdown/concepts/concepts.md | |
file_path: /markdown/concepts/docks.md, title: Dialogs and Docking {#gimp-concepts-docks}, docs_url: /markdown/concepts/docks.md | |
file_path: /markdown/concepts/gradients.md, title: Gradients {#gimp-concepts-gradients}, docs_url: /markdown/concepts/gradients.md | |
file_path: /markdown/concepts/grid-and-guides.md, title: Grids and Guides {#gimp-concepts-image-grid-and-guides}, docs_url: /markdown/concepts/grid-and-guides.md | |
file_path: /markdown/concepts/image-types.md, title: Image Types {#gimp-concepts-image-types}, docs_url: /markdown/concepts/image-types.md | |
file_path: /markdown/concepts/images-loading.md, title: Opening Images {#gimp-using-fileformats-opening}, docs_url: /markdown/concepts/images-loading.md | |
file_path: /markdown/concepts/images.md, title: Creating new Files {#gimp-using-fileformats-creating}, docs_url: /markdown/concepts/images.md | |
file_path: /markdown/concepts/imagewindow.md, title: Image Window {#gimp-image-window}, docs_url: /markdown/concepts/imagewindow.md | |
file_path: /markdown/concepts/intro.md, title: Running GIMP {#gimp-concepts-running}, docs_url: /markdown/concepts/intro.md | |
file_path: /markdown/concepts/layer-groups.md, title: Layer Groups {#gimp-layer-groups}, docs_url: /markdown/concepts/layer-groups.md | |
file_path: /markdown/concepts/layer-modes-legacy.md, title: Legacy Layer Modes {#gimp-concepts-layer-modes-legacy}, docs_url: /markdown/concepts/layer-modes-legacy.md | |
file_path: /markdown/concepts/layer-modes.md, title: Layer Modes {#gimp-concepts-layer-modes}, docs_url: /markdown/concepts/layer-modes.md | |
file_path: /markdown/concepts/layers.md, title: Introduction to Layers {#gimp-concepts-layers}, docs_url: /markdown/concepts/layers.md | |
file_path: /markdown/concepts/palettes.md, title: Palettes {#gimp-concepts-palettes}, docs_url: /markdown/concepts/palettes.md | |
file_path: /markdown/concepts/patterns.md, title: Patterns {#gimp-concepts-patterns}, docs_url: /markdown/concepts/patterns.md | |
file_path: /markdown/concepts/plugins.md, title: Plug-Ins {#gimp-concepts-plugins}, docs_url: /markdown/concepts/plugins.md | |
file_path: /markdown/concepts/qmask.md, title: The Quick Mask {#gimp-image-window-quick-mask-button}, docs_url: /markdown/concepts/qmask.md | |
file_path: /markdown/concepts/script-fu.md, title: Using Script-Fu Scripts {#gimp-concepts-script-fu}, docs_url: /markdown/concepts/script-fu.md | |
file_path: /markdown/concepts/selection.md, title: The Selection {#gimp-concepts-selection}, docs_url: /markdown/concepts/selection.md | |
file_path: /markdown/concepts/text-management.md, title: Text Management {#gimp-text-management}, docs_url: /markdown/concepts/text-management.md | |
file_path: /markdown/concepts/toolbox.md, title: The Toolbox {#gimp-concepts-toolbox}, docs_url: /markdown/concepts/toolbox.md | |
file_path: /markdown/concepts/tools-presets.md, title: Presets {#gimp-tools-presets}, docs_url: /markdown/concepts/tools-presets.md | |
file_path: /markdown/concepts/undo.md, title: Undoing {#gimp-concepts-undo}, docs_url: /markdown/concepts/undo.md | |
file_path: /markdown/glossary/glossary.md, title: Glossary, docs_url: /markdown/glossary/glossary.md | |
file_path: /markdown/introduction/whats-new.md, title: What\'s new in GIMP {#gimp-introduction-whats-new}, docs_url: /markdown/introduction/whats-new.md | |
[2/2] STEP 1/2: FROM registry.access.redhat.com/ubi9/ubi:latest | |
Trying to pull registry.access.redhat.com/ubi9/ubi:latest... | |
Getting image source signatures | |
Checking if image destination supports signatures | |
Copying blob sha256:24626d2b50367d914dc5b504c0d949ddc1b00e25e45ac39786bbeea7a68f7045 | |
Copying config sha256:18ac20acd5ecadb198145d849ae4f40b898e82f2f322720d76731e36c34fefde | |
Writing manifest to image destination | |
Storing signatures | |
[2/2] STEP 2/2: COPY --from=tool /workdir/vector_db /rag/vector_db | |
[2/2] COMMIT byok-image | |
Getting image source signatures | |
Copying blob sha256:58ff4fd5ef9ca7defcc01230c78dd8b15519fe6d6540f09a8554bc235af2abf9 | |
Copying blob sha256:c4670bbb188cc8f75f2919897629dc9ff6281d74df1ecc7061dc3b4a2d33a6d9 | |
Copying config sha256:72e2d3c8da87277285d3bbe97ad954a860ae0a7d0b4d1054e26fb2d0cf8ad38e | |
Writing manifest to image destination | |
--> 72e2d3c8da87 | |
Successfully tagged localhost/byok-image:latest | |
72e2d3c8da87277285d3bbe97ad954a860ae0a7d0b4d1054e26fb2d0cf8ad38e | |
Getting image source signatures | |
Copying blob sha256:58ff4fd5ef9ca7defcc01230c78dd8b15519fe6d6540f09a8554bc235af2abf9 | |
Copying blob sha256:c4670bbb188cc8f75f2919897629dc9ff6281d74df1ecc7061dc3b4a2d33a6d9 | |
Copying config sha256:72e2d3c8da87277285d3bbe97ad954a860ae0a7d0b4d1054e26fb2d0cf8ad38e | |
Writing manifest to image destination | |
[syedriko@fedora road-core]$ podman start -a -i byok-tool | |
[1/2] STEP 1/5: FROM quay.io/syedriko/tool.one-image:0.0.1 AS tool | |
[1/2] STEP 2/5: ARG UBI_BASE_IMAGE | |
[1/2] STEP 3/5: USER 0 | |
[1/2] STEP 4/5: WORKDIR /workdir | |
[1/2] STEP 5/5: RUN python3.11 generate_embeddings_tool.py -i /markdown -emd embeddings_model -emn sentence-transformers/all-mpnet-base-v2 -o vector_db -id vector_db_index | |
time="2025-05-09T15:30:43Z" level=info msg="network namespace isolation not supported with chroot isolation, forcing host network" | |
Arguments used: Namespace(input_dir='/markdown', embedding_model_dir='embeddings_model', embedding_model_name='sentence-transformers/all-mpnet-base-v2', chunk_size=380, chunk_overlap=0, output_dir='vector_db', index_id='vector_db_index') | |
LLM is explicitly disabled. Using MockLLM. | |
file_path: /markdown/concepts/basic-setup.md, title: Main Windows {#gimp-concepts-main-windows}, docs_url: /markdown/concepts/basic-setup.md | |
file_path: /markdown/concepts/brushes.md, title: Brushes {#gimp-concepts-brushes}, docs_url: /markdown/concepts/brushes.md | |
file_path: /markdown/concepts/color-management.md, title: Color Management in GIMP {#gimp-concepts-color-management}, docs_url: /markdown/concepts/color-management.md | |
file_path: /markdown/concepts/concepts.md, title: Basic Concepts {#gimp-concepts-basic}, docs_url: /markdown/concepts/concepts.md | |
file_path: /markdown/concepts/docks.md, title: Dialogs and Docking {#gimp-concepts-docks}, docs_url: /markdown/concepts/docks.md | |
file_path: /markdown/concepts/gradients.md, title: Gradients {#gimp-concepts-gradients}, docs_url: /markdown/concepts/gradients.md | |
file_path: /markdown/concepts/grid-and-guides.md, title: Grids and Guides {#gimp-concepts-image-grid-and-guides}, docs_url: /markdown/concepts/grid-and-guides.md | |
file_path: /markdown/concepts/image-types.md, title: Image Types {#gimp-concepts-image-types}, docs_url: /markdown/concepts/image-types.md | |
file_path: /markdown/concepts/images-loading.md, title: Opening Images {#gimp-using-fileformats-opening}, docs_url: /markdown/concepts/images-loading.md | |
file_path: /markdown/concepts/images.md, title: Creating new Files {#gimp-using-fileformats-creating}, docs_url: /markdown/concepts/images.md | |
file_path: /markdown/concepts/imagewindow.md, title: Image Window {#gimp-image-window}, docs_url: /markdown/concepts/imagewindow.md | |
file_path: /markdown/concepts/intro.md, title: Running GIMP {#gimp-concepts-running}, docs_url: /markdown/concepts/intro.md | |
file_path: /markdown/concepts/layer-groups.md, title: Layer Groups {#gimp-layer-groups}, docs_url: /markdown/concepts/layer-groups.md | |
file_path: /markdown/concepts/layer-modes-legacy.md, title: Legacy Layer Modes {#gimp-concepts-layer-modes-legacy}, docs_url: /markdown/concepts/layer-modes-legacy.md | |
file_path: /markdown/concepts/layer-modes.md, title: Layer Modes {#gimp-concepts-layer-modes}, docs_url: /markdown/concepts/layer-modes.md | |
file_path: /markdown/concepts/layers.md, title: Introduction to Layers {#gimp-concepts-layers}, docs_url: /markdown/concepts/layers.md | |
file_path: /markdown/concepts/palettes.md, title: Palettes {#gimp-concepts-palettes}, docs_url: /markdown/concepts/palettes.md | |
file_path: /markdown/concepts/patterns.md, title: Patterns {#gimp-concepts-patterns}, docs_url: /markdown/concepts/patterns.md | |
file_path: /markdown/concepts/plugins.md, title: Plug-Ins {#gimp-concepts-plugins}, docs_url: /markdown/concepts/plugins.md | |
file_path: /markdown/concepts/qmask.md, title: The Quick Mask {#gimp-image-window-quick-mask-button}, docs_url: /markdown/concepts/qmask.md | |
file_path: /markdown/concepts/script-fu.md, title: Using Script-Fu Scripts {#gimp-concepts-script-fu}, docs_url: /markdown/concepts/script-fu.md | |
file_path: /markdown/concepts/selection.md, title: The Selection {#gimp-concepts-selection}, docs_url: /markdown/concepts/selection.md | |
file_path: /markdown/concepts/text-management.md, title: Text Management {#gimp-text-management}, docs_url: /markdown/concepts/text-management.md | |
file_path: /markdown/concepts/toolbox.md, title: The Toolbox {#gimp-concepts-toolbox}, docs_url: /markdown/concepts/toolbox.md | |
file_path: /markdown/concepts/tools-presets.md, title: Presets {#gimp-tools-presets}, docs_url: /markdown/concepts/tools-presets.md | |
file_path: /markdown/concepts/undo.md, title: Undoing {#gimp-concepts-undo}, docs_url: /markdown/concepts/undo.md | |
file_path: /markdown/glossary/glossary.md, title: Glossary, docs_url: /markdown/glossary/glossary.md | |
file_path: /markdown/introduction/whats-new.md, title: What\'s new in GIMP {#gimp-introduction-whats-new}, docs_url: /markdown/introduction/whats-new.md | |
[2/2] STEP 1/2: FROM registry.access.redhat.com/ubi9/ubi:latest | |
[2/2] STEP 2/2: COPY --from=tool /workdir/vector_db /rag/vector_db | |
[2/2] COMMIT byok-image | |
Getting image source signatures | |
Copying blob sha256:58ff4fd5ef9ca7defcc01230c78dd8b15519fe6d6540f09a8554bc235af2abf9 | |
Copying blob sha256:72b6b2d437873a9d6cd046d3c4b800590630aad287a35249ecd6b47f4afc9135 | |
Copying config sha256:8bd61367c86ce4785dc2000869a41993f21f3b83736bd2b0c1f881984ee5eab9 | |
Writing manifest to image destination | |
--> 8bd61367c86c | |
Successfully tagged localhost/byok-image:latest | |
8bd61367c86ce4785dc2000869a41993f21f3b83736bd2b0c1f881984ee5eab9 | |
Getting image source signatures | |
Copying blob sha256:58ff4fd5ef9ca7defcc01230c78dd8b15519fe6d6540f09a8554bc235af2abf9 | |
Copying blob sha256:72b6b2d437873a9d6cd046d3c4b800590630aad287a35249ecd6b47f4afc9135 | |
Copying config sha256:8bd61367c86ce4785dc2000869a41993f21f3b83736bd2b0c1f881984ee5eab9 | |
Writing manifest to image destination | |
[syedriko@fedora road-core]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment