h3110Fr13nd commited on
Commit
f15297d
·
1 Parent(s): 5df9f66

dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM ollama/ollama as ollama
2
  RUN ollama serve & sleep 5 && ollama pull pxlksr/defog_sqlcoder-7b-2:Q4_K
3
  ENV HOME=/home
 
4
  RUN apt-get update && apt-get install -y software-properties-common
5
  RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.12 python3-pip
6
  COPY requirements.txt ./
 
1
  FROM ollama/ollama as ollama
2
  RUN ollama serve & sleep 5 && ollama pull pxlksr/defog_sqlcoder-7b-2:Q4_K
3
  ENV HOME=/home
4
+ ENV DEBIAN_FRONTEND=noninteractive
5
  RUN apt-get update && apt-get install -y software-properties-common
6
  RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.12 python3-pip
7
  COPY requirements.txt ./