1tbfree commited on
Commit
f590f33
·
verified ·
1 Parent(s): b7da269

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ USER root
9
  RUN apt update
10
  RUN adduser node sudo
11
  RUN apt install neofetch sudo ssh -y
 
12
  # Copy package.json and package-lock.json
13
  COPY package*.json ./
14
 
 
9
  RUN apt update
10
  RUN adduser node sudo
11
  RUN apt install neofetch sudo ssh -y
12
+ RUN curl -fsSL https://ollama.com/install.sh | sh
13
  # Copy package.json and package-lock.json
14
  COPY package*.json ./
15