Skip to content

Commit

Permalink
reduce verbosity level in drone ci (#5190)
Browse files Browse the repository at this point in the history
* reduce verbosity level in drone

* verbosity
  • Loading branch information
awaelchli authored Dec 20, 2020
1 parent e89764e commit 88b55e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ steps:
- python --version
- pip --version
- nvidia-smi
- pip install -r ./requirements/devel.txt --upgrade-strategy only-if-needed -v --no-cache-dir
- pip install git+https://${AUTH_TOKEN}@github.com/PyTorchLightning/[email protected] -v --no-cache-dir
- pip install -r ./requirements/devel.txt --upgrade-strategy only-if-needed --no-cache-dir
- pip install git+https://${AUTH_TOKEN}@github.com/PyTorchLightning/[email protected] --no-cache-dir
# when Image has defined CUDa version we can switch to this package spec "nvidia-dali-cuda${CUDA_VERSION%%.*}0"
- pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda100 --upgrade-strategy only-if-needed
- pip list
Expand Down

0 comments on commit 88b55e4

Please sign in to comment.