CazimirRoman commited on
Commit
2dc53dc
1 Parent(s): 7babd99

add packages.txt

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. packages.txt +0 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
 
7
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  # we are using open AI here. no need to download model
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
8
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
9
 
10
  # we are using open AI here. no need to download model
packages.txt ADDED
File without changes