Skip to content

Commit 3caf3df

Browse files
committed
fixed jupytext error
1 parent d9f8f1d commit 3caf3df

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

vendor/ngc-tensorflow/Dockerfile.20.11-tf1-py3

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ RUN mkdir -p /opt/oracle && \
148148
WORKDIR /tmp
149149
RUN python3 -m pip install --no-cache-dir \
150150
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
155155
# Install scipy
156156
RUN cd /tmp && \
157157
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
@@ -203,6 +203,9 @@ RUN jupyter nbextensions_configurator enable && \
203203
jupyter labextension install --no-build @jupyterlab/toc && \
204204
jupyter nbextension enable execute_time/ExecuteTime && \
205205
jupyter nbextension enable toc2/main && \
206+
jupyter labextension install [email protected] && \
207+
jupyter labextension install "@kiteco/jupyterlab-kite" && \
208+
jupyter labextension install jupyterlab-flake8 && \
206209
jupyter labextension install @pyviz/jupyterlab_pyviz && \
207210
jupyter labextension install @bokeh/jupyter_bokeh && \
208211
jupyter labextension install --no-build jupyterlab-nvdashboard && \

vendor/ngc-tensorflow/requirements.py36.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,21 @@ jupyter-core==4.7.1
127127
jupyter-dash==0.4.0
128128
jupyter-highlight-selected-word==0.2.0
129129
jupyter-js-widgets-nbextension==0.0.2.dev0
130+
jupyter-kite<2.0.0
130131
jupyter-lsp==1.1.3
131132
jupyter-latex-envs==1.4.6
132133
jupyter-nbextensions-configurator==0.4.1
133134
jupyter-server-proxy==1.6.0
134-
jupyter-tensorboard==0.2.0
135+
#jupyter-tensorboard==0.2.0
136+
#jupyterlab==3.0.7
135137
jupyterlab==2.2.9
136138
jupyterlabutils==0.10.0
139+
jupyterlab-launcher==0.13.1
137140
jupyterlab-git==0.23.3
138141
jupyterlab-github==2.0.0
139142
#jupyterlab-nvdashboard==0.4.0
140143
#jupyterlab-zip==1.0.1
141-
jupyterlab-server==2.2.0
144+
jupyterlab-server==2.1.5
142145
jupyterlab_hdf==0.5.1
143146
jupyterthemes==0.20.0
144147
jupytext==1.10.1

0 commit comments

Comments
 (0)