TalexCK commited on
Commit
11b6466
1 Parent(s): ed38c97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ ENV VECTOR_DB_TYPE=pgvector
5
  RUN apt-get update \
6
  && apt-get install -y pandoc netcat-openbsd \
7
  && rm -rf /var/lib/apt/lists/*
8
- COPY requirements.txt .
9
  RUN mkdir -p /.cache
10
  RUN chmod -R 777 /.cache
11
  RUN chmod -R 777 ./
 
5
  RUN apt-get update \
6
  && apt-get install -y pandoc netcat-openbsd \
7
  && rm -rf /var/lib/apt/lists/*
8
+ RUN curl -o ./requirements.txt https://raw.githubusercontent.com/danny-avila/rag_api/main/requirements.txt
9
  RUN mkdir -p /.cache
10
  RUN chmod -R 777 /.cache
11
  RUN chmod -R 777 ./