JollypopChannel commited on
Commit
f02e5b5
1 Parent(s): c015a22

roll back one version

Browse files
Files changed (2) hide show
  1. DockerFile +1 -1
  2. requirements.txt +2 -2
DockerFile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10.8
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.10
2
 
3
  WORKDIR /code
4
 
requirements.txt CHANGED
@@ -8,5 +8,5 @@ gunicorn==20.1.*
8
  waitress==2.0.*
9
  nltk==3.8.1
10
  spacy==3.5.3
11
- pandas==2.0.1
12
- en_core_web_sm==3.5.0
 
8
  waitress==2.0.*
9
  nltk==3.8.1
10
  spacy==3.5.3
11
+ # pandas==2.0.1
12
+ # en_core_web_sm==3.5.0