Skip to content
Snippets Groups Projects
Commit 691e038d authored by FERNANDES SAMUEL's avatar FERNANDES SAMUEL :star:
Browse files

install ollama in docker for produciton mode

parent 50c68b53
Branches
Tags
No related merge requests found
......@@ -2,7 +2,8 @@ FROM node
ENV PRISMA_CLI_BINARY_TARGETS="debian-openssl-3.0.x"
RUN apt-get -y update && apt-get -y install postgresql
RUN apt-get -y update && apt-get -y install postgresql curl && \
curl -fsSL https://ollama.com/install.sh | sh
WORKDIR /colossus
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment