File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN pip3.12 install uv
23
23
# (avoid accidental inclusion of local directories or env files or credentials)
24
24
COPY lightspeed-stack/pyproject.toml lightspeed-stack/uv.lock LICENSE.md README.md ./
25
25
26
- RUN uv sync --no-install-project --no-dev
26
+ RUN uv sync --locked -- no-install-project --no-dev
27
27
# ======================================================
28
28
29
29
# ======================================================
36
36
# Re-declaring arguments without a value, inherits the global default one.
37
37
ARG ANSIBLE_CHATBOT_VERSION
38
38
ARG APP_ROOT=/app-root
39
- RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs python3.11
39
+ RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs python3.11 jq
40
40
WORKDIR /app-root
41
41
42
42
# PYTHONDONTWRITEBYTECODE 1 : disable the generation of .pyc
Original file line number Diff line number Diff line change 23
23
fi
24
24
fi
25
25
26
- python3.11 src/lightspeed_stack.py --config /.llama/data/lightspeed-stack.yaml
26
+ python3.12 src/lightspeed_stack.py --config /.llama/data/lightspeed-stack.yaml
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " ansible-chatbot-stack"
3
3
version = " 0.1.0"
4
- description = " Ansible Lightspeed Intelligent Assistant (LSIA )"
4
+ description = " Ansible Lightspeed Intelligent Assistant (ALIA )"
5
5
readme = " README.md"
6
6
requires-python = " >=3.12"
7
7
dependencies = [
You can’t perform that action at this time.
0 commit comments