AI-RESEARCHER-2024 commited on
Commit
7eb22f4
1 Parent(s): d638db5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR $HOME/app
7
  COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
- RUN curl -fsSL https://ollama.com/install.sh | sh
11
  RUN ollama serve &
12
  RUN ollama pull llama3.2:latest
13
  COPY . .
 
7
  COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
+ RUN sudo curl -fsSL https://ollama.com/install.sh | sh
11
  RUN ollama serve &
12
  RUN ollama pull llama3.2:latest
13
  COPY . .