Skip to content

Add scanpy

Add scanpy #69

Triggered via pull request August 24, 2024 15:45
Status Failure
Total duration 14s
Artifacts

dockerfile-linting.yml

on: pull_request
hadolint
6s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

4 errors
hadolint: scvi-tools/Dockerfile_latest#L15
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
hadolint: scvi-tools/Dockerfile_latest#L18
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
hadolint: scvi-tools/Dockerfile_latest#L18
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
hadolint: scvi-tools/Dockerfile_latest#L18
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.