You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: