CazimirRoman commited on
Commit
1515b6d
·
1 Parent(s): 2dc53dc
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
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
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ RUN apt-get update && xargs -r -a /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