SHEN1017 commited on
Commit
66b9d45
·
verified ·
1 Parent(s): 9703024

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ RUN echo "NLTK_DATA path: $NLTK_DATA" && ls -R $NLTK_DATA || echo "NLTK_DATA fol
9
 
10
 
11
  RUN pip install -r requirements.txt
 
12
 
13
  EXPOSE 7860
14
 
 
9
 
10
 
11
  RUN pip install -r requirements.txt
12
+ RUN pip install --upgrade openai==0.28.0
13
 
14
  EXPOSE 7860
15