diff --git a/Dockerfile.main b/Dockerfile.main index 13c9115..f71b97c 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/0.4.1/llamafile-main-0.4.1 +RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-main-null # Make llamafile-main executable. RUN chmod +x ./llamafile-main diff --git a/Dockerfile.server b/Dockerfile.server index 5767e5a..cf30862 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/0.4.1/llamafile-server-0.4.1 +RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-server-null # Make llamafile-server executable. RUN chmod +x ./llamafile-server diff --git a/llamafile-latest.txt b/llamafile-latest.txt index 267577d..19765bd 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -0.4.1 +null