Attempt to build container #10
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
container.yml
on: pull_request
Annotations
4 errors
container-build:
Dockerfile#L12
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
container-build:
Dockerfile#L35
DL3003 warning: Use WORKDIR to switch to a directory
|
container-build:
Dockerfile#L35
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
container-build:
Dockerfile#L35
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|