Skip to content

docs: drop comment about no cloud LLM/NLP being implemented #971

docs: drop comment about no cloud LLM/NLP being implemented

docs: drop comment about no cloud LLM/NLP being implemented #971

Re-run triggered August 22, 2024 15:49
Status Failure
Total duration 15m 33s
Artifacts 1

ci.yaml

on: pull_request
Matrix: unit tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
unit tests (3.10)
Process completed with exit code 1.
The 'as' keyword should match the case of the 'from' keyword: Dockerfile#L3
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: Dockerfile#L45
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/