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]: Building DFP container issues warnings #2102

Closed
2 tasks done
dagardner-nv opened this issue Jan 13, 2025 · 0 comments · Fixed by #2104
Closed
2 tasks done

[BUG]: Building DFP container issues warnings #2102

dagardner-nv opened this issue Jan 13, 2025 · 0 comments · Fixed by #2104
Assignees
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

Version

24.10

Which installation method(s) does this occur on?

Source

Describe the bug.

 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 19)                                                                       0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 58)                                                                       0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 64)                                                                       0.0s

Minimum reproducible example

cd examples/digital_fingerprinting/production
sudo docker compose build
sudo docker compose run morpheus_pipeline bash

Relevant log output

Click here to see error details

[+] Creating 1/0
✔ Container mlflow_server Created 0.0s
[+] Running 1/1
✔ Container mlflow_server Started 0.3s
[+] Running 1/1
! morpheus_pipeline Warning pull access denied for dfp_morpheus, repository does not exist or may require 'docker logi... 0.9s
[+] Building 597.6s (13/13) FINISHED docker:default
=> [morpheus_pipeline internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.78kB 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 19) 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 58) 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 64) 0.0s
=> [morpheus_pipeline internal] load metadata for nvcr.io/nvidia/cuda:12.5.1-base-ubuntu22.04 0.5s
=> [morpheus_pipeline auth] nvidia/cuda:pull token for nvcr.io 0.0s
=> [morpheus_pipeline internal] load .dockerignore 0.0s
=> => transferring context: 213B 0.0s
=> [morpheus_pipeline base 1/6] FROM nvcr.io/nvidia/cuda:12.5.1-base-ubuntu22.04@sha256:47181750209e68cab2e36c3e0e8ab0ab8d76bdabbb418e56e4b0ac7b08b 0.0s
=> [morpheus_pipeline internal] load build context 0.0s
=> => transferring context: 1.98MB 0.0s
=> CACHED [morpheus_pipeline base 2/6] RUN apt-get update && apt-get install -y git git-lfs wget && apt-get clean 0.0s
=> CACHED [morpheus_pipeline base 3/6] RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda.sh && b 0.0s
=> CACHED [morpheus_pipeline base 4/6] WORKDIR /workspace/examples/digital_fingerprinting/production 0.0s
=> [morpheus_pipeline base 5/6] COPY . /workspace/examples/digital_fingerprinting/production/ 0.0s
=> [morpheus_pipeline base 6/6] RUN conda env create --solver=libmamba -y --name morpheus-dfp --file ./conda/environments/dfp_example_cuda-125_ar 433.7s
=> [morpheus_pipeline] exporting to image 163.2s
=> => exporting layers 163.2s
=> => writing image sha256:ffd567318f9ce702e51178f49f756ae28c58cde75d0b544e547c399c739415ce 0.0s
=> => naming to docker.io/library/dfp_morpheus 0.0s
=> [morpheus_pipeline] resolving provenance for metadata file

Full env printout

Click here to see environment details

[Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@dagardner-nv dagardner-nv added the bug Something isn't working label Jan 13, 2025
@dagardner-nv dagardner-nv self-assigned this Jan 13, 2025
dagardner-nv added a commit to dagardner-nv/Morpheus that referenced this issue Jan 13, 2025
@morpheus-bot-test morpheus-bot-test bot moved this from Todo to Review - Ready for Review in Morpheus Boards Jan 13, 2025
@rapids-bot rapids-bot bot closed this as completed in 30a55e5 Jan 14, 2025
@github-project-automation github-project-automation bot moved this from Review - Ready for Review to Done in Morpheus Boards Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant