Dali: how to install DALI offline

Created on 20 Aug 2020  路  3Comments  路  Source: NVIDIA/DALI

Hi,
I need install without 'pip --extra-index-url https:xxx' , is DALI can be installed offline?

question

All 3 comments

Hi @Doom9234,
you can just download the wheels (and tf plugin as well) and install them directly.

We always list the direct links in releases like here: https://github.com/NVIDIA/DALI/releases/tag/v0.24.0

If you want a nightly or weekly build, you can look up the
https://developer.download.nvidia.com/compute/redist/nightly/{package-name} or
https://developer.download.nvidia.com/compute/redist/weekly/{package-name} urls, like:

https://developer.download.nvidia.com/compute/redist/nightly/nvidia-dali-nightly-cuda110/

and download the latest one.

One more thing:
up till our latest (0.24.0) release, the wheel is specific to minor Python version (so you need to match cp37-cp37m in the wheel name to python 3.7 etc).
The TF Plugin works with any Python.

Starting from 0.25 (the nightly builds already use this) we have one wheel that works with all Python 3 versions (from 3.5 to 3.8).

Hi @Doom9234,
you can just download the wheels (and tf plugin as well) and install them directly.

We always list the direct links in releases like here: https://github.com/NVIDIA/DALI/releases/tag/v0.24.0

If you want a nightly or weekly build, you can look up the
https://developer.download.nvidia.com/compute/redist/nightly/{package-name} or
https://developer.download.nvidia.com/compute/redist/weekly/{package-name} urls, like:

https://developer.download.nvidia.com/compute/redist/nightly/nvidia-dali-nightly-cuda110/

and download the latest one.

Hi @klecki ,
Thank you for the quick replay, I think that closes this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simonJJJ picture simonJJJ  路  3Comments

ben0it8 picture ben0it8  路  3Comments

ay27 picture ay27  路  6Comments

samra-irshad picture samra-irshad  路  3Comments

ShoufaChen picture ShoufaChen  路  4Comments