diff --git a/Dockerfile.main b/Dockerfile.main index f71b97c..13c9115 100644 --- a/Dockerfile.main +++ b/Dockerfile.main @@ -15,7 +15,7 @@ WORKDIR /download RUN apt-get update && apt-get install -y curl # Download latest llamafile-main from github. -RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-main-null +RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/0.4.1/llamafile-main-0.4.1 # Make llamafile-main executable. RUN chmod +x ./llamafile-main diff --git a/Dockerfile.server b/Dockerfile.server index cf30862..5767e5a 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -15,7 +15,7 @@ WORKDIR /download RUN apt-get update && apt-get install -y curl # Download latest llamafile-server from github. -RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-server-null +RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/0.4.1/llamafile-server-0.4.1 # Make llamafile-server executable. RUN chmod +x ./llamafile-server diff --git a/llamafile-latest.txt b/llamafile-latest.txt index 19765bd..267577d 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -null +0.4.1