[pre-commit.ci] pre-commit autoupdate #44
Annotations
6 warnings
|
conda-store/Dockerfile#L5
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
conda-store/Dockerfile#L28
Use WORKDIR to switch to a directory
|
conda-store/Dockerfile#L28
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
conda-store/Dockerfile#L34
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
conda-store/Dockerfile#L34
Use WORKDIR to switch to a directory
|
This job succeeded
Loading