yilin1344 commited on
Commit
0df24c2
1 Parent(s): 1f391c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -7,6 +7,5 @@ WORKDIR $HOME/app
7
  COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
- RUN pip install llama_index --upgrade
11
  COPY . .
12
  CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
7
  COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
 
10
  COPY . .
11
  CMD ["chainlit", "run", "app.py", "--port", "7860"]