Skip to content

Commit cf5a7eb

Browse files
committed
Lablup base kerenl 19.09 for Python 3.7 & CUDA10
1 parent 53f471e commit cf5a7eb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

commons/Dockerfile.base.19.09-py37-cuda10

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ RUN python3 -m pip install pip --no-cache-dir -Iv \
102102
scikit-image==0.16.2 \
103103
scikit-learn==0.21.3 \
104104
matplotlib==3.1.3 \
105+
tornado==6.0.4 \
106+
pystan==2.19.1.1 \
107+
notebook==6.0.3 \
105108
tensorflow-gpu==${TENSORFLOW_VERSION}
106109

107110
RUN python3 -m pip install --no-cache-dir \

commons/requirements.19.09.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ coverage==5.0.3
2828
Cython==0.29.13
2929
cycler==0.10.0
3030
cvxpy==1.0.24
31-
dask==2.2.0
31+
dask==2.9.0
3232
defusedxml==0.6.0
33-
dataclasses==0.7
33+
dataclasses==0.6
3434
decorator==4.4.2
35-
dill==0.3.0
35+
dill==0.3.1.1
3636
ecos==2.0.7.post1
3737
entrypoints==0.3
3838
ephem==3.7.6.0
@@ -43,7 +43,7 @@ future==0.18.2
4343
Fiona==1.8.6
4444
folium==0.10.0
4545
funcy==1.13
46-
gast==0.3.3
46+
gast==0.2.2
4747
gensim==3.8.0
4848
geopandas==0.5.1
4949
geoplotlib==0.3.2
@@ -91,7 +91,7 @@ kiwisolver==1.1.0
9191
lesscpy==0.14.0
9292
lxml==4.5.0
9393
librosa==0.6.3
94-
llvmlite==0.29.0
94+
llvmlite==0.31.0
9595
lunardate==0.2.0
9696
Markdown==3.2.1
9797
MarkupSafe==1.1.1
@@ -104,7 +104,6 @@ nbconvert==5.6.1
104104
nbformat==5.0.4
105105
networkx==2.3
106106
nltk==3.2.5
107-
notebook==6.0.3
108107
numexpr==2.7.0
109108
onnx==1.6.0
110109
opencv-python==4.2.0.32
@@ -140,7 +139,6 @@ pyparsing==2.4.6
140139
pyproj==2.5.0
141140
pyrsistent==0.15.7
142141
pyshp==2.1.0
143-
pystan==2.19.1.1
144142
python-dateutil==2.8.1
145143
python-language-server[all]==0.31.8
146144
python-speech-features==0.6
@@ -171,14 +169,13 @@ simplejson==3.17.0
171169
six==1.14.0
172170
sklearn==0.0
173171
tabulate==0.8.6
174-
tblib==1.4.0
172+
tblib==1.6.0
175173
tensorflow-hub==0.7.0
176174
termcolor==1.1.0
177175
terminado==0.8.3
178176
test-generator==0.1.1
179177
testpath==0.4.4
180178
tf2onnx==1.5.5
181-
tornado==6.0.4
182179
tqdm==4.43.0
183180
traitlets==4.3.3
184181
typing==3.7.4.1
@@ -191,6 +188,6 @@ wcwidth==0.1.8
191188
webencodings==0.5.1
192189
Werkzeug==1.0.0
193190
widgetsnbextension==3.5.1
194-
wrapt==1.12.0
191+
wrapt==1.11.1
195192
zict==1.0.0
196193
zipp==3.1.0

0 commit comments

Comments
 (0)