Skip to content

Commit

Permalink
Merge pull request #7 from noco-ai/v0.3.1
Browse files Browse the repository at this point in the history
Bump elemental golem version to v0.3.1
  • Loading branch information
noco-ai authored May 1, 2024
2 parents 80adb38 + 1c132c7 commit 14f4de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elemental-golem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ENV LLAMA_CUBLAS=1
RUN groupadd -r golem && useradd -r -m -g golem golem && mkdir /server && chown -R golem:golem /server
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
RUN echo "Installing v0.3.0 of Elemental Golem"
RUN git clone --depth 1 --branch v0.3.0 https://github.com/noco-ai/elemental-golem.git /server
RUN echo "Installing v0.3.1 of Elemental Golem"
RUN git clone --depth 1 --branch v0.3.1 https://github.com/noco-ai/elemental-golem.git /server
RUN pip install -r /server/requirements.txt
RUN mkdir -p /server/data/loras/
WORKDIR /server
Expand Down
4 changes: 2 additions & 2 deletions elemental-golem/Dockerfile-nogpu
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ COPY . .
RUN groupadd -r golem && useradd -r -m -g golem golem && mkdir /server && chown -R golem:golem /server
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
RUN pip install llama-cpp-python
RUN echo "Installing v0.3.0 of Elemental Golem"
RUN git clone --depth 1 --branch v0.3.0 https://github.com/noco-ai/elemental-golem.git /server
RUN echo "Installing v0.3.1 of Elemental Golem"
RUN git clone --depth 1 --branch v0.3.1 https://github.com/noco-ai/elemental-golem.git /server
RUN pip install -r /server/requirements-nogpu.txt
RUN mkdir -p /server/data/loras/
WORKDIR /server
Expand Down

0 comments on commit 14f4de8

Please sign in to comment.