npc0 commited on
Commit
53eed1b
·
verified ·
1 Parent(s): b505444

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,7 +4,6 @@ RUN apt-get update
4
  RUN apt-get install -y gcc python3-all python3-dev python3-venv
5
  RUN apt-get install -y curl
6
  RUN curl -fsSL https://ollama.com/install.sh | sh
7
- RUN ollama serve & ollama pull mxbai-embed-large
8
 
9
  WORKDIR /app
10
  COPY . /app
@@ -18,4 +17,4 @@ RUN touch tmp.pl && chmod 666 tmp.pl
18
 
19
  EXPOSE 7860
20
  ENV GRADIO_SERVER_NAME="0.0.0.0"
21
- CMD ["ollama", "serve" ,"&", "python", "app.py"]
 
4
  RUN apt-get install -y gcc python3-all python3-dev python3-venv
5
  RUN apt-get install -y curl
6
  RUN curl -fsSL https://ollama.com/install.sh | sh
 
7
 
8
  WORKDIR /app
9
  COPY . /app
 
17
 
18
  EXPOSE 7860
19
  ENV GRADIO_SERVER_NAME="0.0.0.0"
20
+ ENTRYPOINT ["run.sh"]