File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ RUN mkdir -p /opt/oracle && \
148
148
WORKDIR /tmp
149
149
RUN python3 -m pip install --no-cache-dir \
150
150
argon2_cffi==20.1.0
151
- COPY ./requirements.txt /tmp
152
- RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
153
- rm -f /tmp/*.whl /tmp/requirements.txt
154
- ENV SCIPY_VERSION 1.6.0
151
+ COPY ./requirements.py36. txt /tmp
152
+ RUN python3 -m pip install --no-cache-dir -r requirements.py36. txt && \
153
+ rm -f /tmp/*.whl /tmp/requirements.py36. txt
154
+ ENV SCIPY_VERSION 1.5.4
155
155
# Install scipy
156
156
RUN cd /tmp && \
157
157
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
@@ -203,6 +203,9 @@ RUN jupyter nbextensions_configurator enable && \
203
203
jupyter labextension install --no-build @jupyterlab/toc && \
204
204
jupyter nbextension enable execute_time/ExecuteTime && \
205
205
jupyter nbextension enable toc2/main && \
206
+ jupyter labextension install
[email protected] && \
207
+ jupyter labextension install "@kiteco/jupyterlab-kite" && \
208
+ jupyter labextension install jupyterlab-flake8 && \
206
209
jupyter labextension install @pyviz/jupyterlab_pyviz && \
207
210
jupyter labextension install @bokeh/jupyter_bokeh && \
208
211
jupyter labextension install --no-build jupyterlab-nvdashboard && \
Original file line number Diff line number Diff line change @@ -127,18 +127,21 @@ jupyter-core==4.7.1
127
127
jupyter-dash==0.4.0
128
128
jupyter-highlight-selected-word==0.2.0
129
129
jupyter-js-widgets-nbextension==0.0.2.dev0
130
+ jupyter-kite<2.0.0
130
131
jupyter-lsp==1.1.3
131
132
jupyter-latex-envs==1.4.6
132
133
jupyter-nbextensions-configurator==0.4.1
133
134
jupyter-server-proxy==1.6.0
134
- jupyter-tensorboard==0.2.0
135
+ #jupyter-tensorboard==0.2.0
136
+ #jupyterlab==3.0.7
135
137
jupyterlab==2.2.9
136
138
jupyterlabutils==0.10.0
139
+ jupyterlab-launcher==0.13.1
137
140
jupyterlab-git==0.23.3
138
141
jupyterlab-github==2.0.0
139
142
#jupyterlab-nvdashboard==0.4.0
140
143
#jupyterlab-zip==1.0.1
141
- jupyterlab-server==2.2.0
144
+ jupyterlab-server==2.1.5
142
145
jupyterlab_hdf==0.5.1
143
146
jupyterthemes==0.20.0
144
147
jupytext==1.10.1
You can’t perform that action at this time.
0 commit comments