diff --git a/Dockerfile.main b/Dockerfile.main index f71b97c..a97dabd 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.2.1/llamafile-main-0.2.1 # Make llamafile-main executable. RUN chmod +x ./llamafile-main diff --git a/Dockerfile.server b/Dockerfile.server index cf30862..754a955 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.2.1/llamafile-server-0.2.1 # Make llamafile-server executable. RUN chmod +x ./llamafile-server diff --git a/llamafile-latest.txt b/llamafile-latest.txt index 19765bd..0c62199 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -null +0.2.1