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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -7,7 +7,6 @@ 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 sudo 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 ollama serve &
11
  RUN ollama pull llama3.2:latest
12
  COPY . .