File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -145,23 +145,23 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
145
145
python3 -m pip install --no-cache-dir -U setuptools pip
146
146
147
147
# Install TensorFlow, Keras, PyTorch and MXNet
148
- RUN python3 -m pip install pip --no-cache-dir -Iv \
148
+ RUN python3 -m pip install --no-cache-dir -Iv \
149
149
Cython==0.29.13 \
150
- numpy==1.16.3 \
150
+ numpy==1.14.5 \
151
151
scipy==1.4.1 \
152
152
scikit-image==0.16.2 \
153
153
scikit-learn==0.22.2 \
154
154
tornado==6.0.4 \
155
155
pystan==2.19.1.1 \
156
156
pycairo==1.19.0 \
157
- matplotlib==3.1.3
157
+ matplotlib==3.1.1
158
158
RUN python3 -m pip install pip --no-cache-dir \
159
159
Cartopy==0.17.0 \
160
160
notebook==6.0.3
161
161
162
162
WORKDIR /tmp
163
163
COPY ./requirements.20.06.txt /tmp
164
- RUN python3 -m pip install --no-cache-dir -Ir requirements.20.06.txt
164
+ RUN python3 -m pip install --no-cache-dir -Ivr requirements.20.06.txt
165
165
166
166
# NLP
167
167
RUN python3 -m pip install --no-cache-dir konlpy h5py && \
@@ -332,4 +332,12 @@ RUN jupyter nbextensions_configurator enable && \
332
332
git clone https://github.com/lambdalisue/jupyter-vim-binding vim_binding && \
333
333
jupyter nbextension enable /home/work/.jupyter/nbextension/vim_binding/vim_binding
334
334
335
+ RUN python3 -m pip install --upgrade --force-reinstall --no-cache-dir \
336
+ numpy==1.14.5 \
337
+ scipy==1.4.1 \
338
+ scikit-image==0.16.2 \
339
+ scikit-learn==0.22.2 \
340
+ matplotlib==3.1.1
341
+
342
+
335
343
WORKDIR /home/work
You can’t perform that action at this time.
0 commit comments