Skip to content
Snippets Groups Projects
Commit 934122fb authored by calrama's avatar calrama
Browse files

[jupyterhub] misc

parent dc64fd0c
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ RUN mkdir -p /usr/local/venv && \ ...@@ -85,7 +85,7 @@ RUN mkdir -p /usr/local/venv && \
neo \ neo \
'mxnet-cu101>=1.6.0,<1.7.0' \ 'mxnet-cu101>=1.6.0,<1.7.0' \
&& \ && \
ipython kernel install --name=default --display-name "Python (Default)" ipython kernel install --name=default --display-name "Python 3.8 (Default)"
RUN mkdir -p /usr/local/venv && \ RUN mkdir -p /usr/local/venv && \
python${PYTHON_VERSION} -m venv /usr/local/venv/tf2 && \ python${PYTHON_VERSION} -m venv /usr/local/venv/tf2 && \
...@@ -120,7 +120,7 @@ RUN mkdir -p /usr/local/venv && \ ...@@ -120,7 +120,7 @@ RUN mkdir -p /usr/local/venv && \
neo \ neo \
'mxnet-cu101>=1.6.0,<1.7.0' \ 'mxnet-cu101>=1.6.0,<1.7.0' \
&& \ && \
ipython kernel install --name=tf2 --display-name "Python (TensorFlow 2)" ipython kernel install --name=tf2 --display-name "Python 3.8 (TensorFlow 2)"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment