Skip to content

Commit d3ec1df

Browse files
JWittmeyerJWittmeyer
andauthored
Adds new base image v1.7 (#10)
Co-authored-by: JWittmeyer <[email protected]>
1 parent 6aaf706 commit d3ec1df

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.6.0-exec-env
1+
FROM kernai/refinery-parent-images:v1.7.0-exec-env
22

33
COPY requirements.txt .
44

requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
66
#
77
beautifulsoup4==4.11.1
88
# via -r requirements/exec-env-requirements.txt
9+
better-profanity==0.7.0
10+
# via -r requirements/exec-env-requirements.txt
911
blis==0.7.9
1012
# via
1113
# -r requirements/exec-env-requirements.txt
@@ -44,6 +46,8 @@ docopt==0.6.2
4446
# via
4547
# -r requirements/exec-env-requirements.txt
4648
# num2words
49+
flashtext==2.7
50+
# via -r requirements/exec-env-requirements.txt
4751
fuzzywuzzy==0.18.0
4852
# via -r requirements/exec-env-requirements.txt
4953
idna==3.4
@@ -206,6 +210,8 @@ srsly==2.4.5
206210
# confection
207211
# spacy
208212
# thinc
213+
stemming==1.0.1
214+
# via -r requirements/exec-env-requirements.txt
209215
textblob==0.17.1
210216
# via -r requirements/exec-env-requirements.txt
211217
textstat==0.7.3

requirements/exec-env-requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile requirements/exec-env-requirements.in
66
#
77
beautifulsoup4==4.11.1
88
# via -r requirements/exec-env-requirements.in
9+
better-profanity==0.7.0
10+
# via -r requirements/exec-env-requirements.in
911
blis==0.7.9
1012
# via thinc
1113
catalogue==2.0.8
@@ -31,6 +33,8 @@ cymem==2.0.7
3133
# thinc
3234
docopt==0.6.2
3335
# via num2words
36+
flashtext==2.7
37+
# via -r requirements/exec-env-requirements.in
3438
fuzzywuzzy==0.18.0
3539
# via -r requirements/exec-env-requirements.in
3640
idna==3.4
@@ -141,6 +145,8 @@ srsly==2.4.5
141145
# confection
142146
# spacy
143147
# thinc
148+
stemming==1.0.1
149+
# via -r requirements/exec-env-requirements.in
144150
textblob==0.17.1
145151
# via -r requirements/exec-env-requirements.in
146152
textstat==0.7.3

0 commit comments

Comments
 (0)