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

Unable to build docker container per instructions #243

Open
russfellows opened this issue Dec 6, 2024 · 1 comment
Open

Unable to build docker container per instructions #243

russfellows opened this issue Dec 6, 2024 · 1 comment
Assignees

Comments

@russfellows
Copy link

Building a docker container fails with errors regarding the inability to find the appropriate nvidia-dali package. The steps required to reproduce this are as follows:

  1. git clone https://github.com/argonne-lcf/dlio_benchmark
  2. cd dlio_benchmark/
  3. docker build -t dlio .

The error messages are as follows:
Searching for nvidia-dali-cuda110>=1.34.0
Reading https://pypi.org/simple/nvidia-dali-cuda110/
/workspace/venv/lib/python3.10/site-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: dali-cuda110-0.0.1.dev4 is an invalid version and will not be supported in a future release
warnings.warn(
/workspace/venv/lib/python3.10/site-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: cuda110-0.0.1.dev4 is an invalid version and will not be supported in a future release
warnings.warn(
/workspace/venv/lib/python3.10/site-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: dali-cuda110-0.0.1.dev5 is an invalid version and will not be supported in a future release
warnings.warn(
/workspace/venv/lib/python3.10/site-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: cuda110-0.0.1.dev5 is an invalid version and will not be supported in a future release
warnings.warn(
Downloading https://files.pythonhosted.org/packages/18/fd/ff3e3129b98451dc4872e3bcbe714eb2d46db6bcdd18e7ba34a803e44315/nvidia_dali_cuda110-1.44.0.tar.gz#sha256=82d2bbb447071edd02a6cac9d65477c3ce7c5e64d2314dc29b444e622a958d93
Best match: nvidia-dali-cuda110 1.44.0
Processing nvidia_dali_cuda110-1.44.0.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-61du7eyu/nvidia_dali_cuda110-1.44.0.tar.gz
Error: building at STEP "RUN python setup.py install": while running runtime: exit status 1

@hariharan-devarajan
Copy link
Collaborator

@zhenghh04 Looks like the package from DALI are deprecated. Can you fix the script and update the latest on docker hub?

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

No branches or pull requests

3 participants