axz91 commited on
Commit
a5f1edb
·
1 Parent(s): 23a3231

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ WORKDIR $HOME/app
16
 
17
 
18
  # Install required packages
19
- RUN pip install --no-cache-dir --upgrade openai llama_index chainlit python-dotenv vecs nltk
20
 
21
  ENV HOST=0.0.0.0
22
  ENV LISTEN_PORT 8000
 
16
 
17
 
18
  # Install required packages
19
+ RUN pip install openai llama_index chainlit python-dotenv vecs nltk
20
 
21
  ENV HOST=0.0.0.0
22
  ENV LISTEN_PORT 8000