✨ Add logging module in gradio #43
Annotations
6 errors and 1 warning
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L6
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L6
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L12
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L12
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L29
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L29
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
lint-and-test (ubuntu-latest, 3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|