File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:disco
1
+ FROM ubuntu:latest
2
+
2
3
LABEL org="One-Off Coder"
3
4
LABEL author="Jee Vang, Ph.D."
4
5
@@ -21,7 +22,7 @@ RUN apt-get update -y \
21
22
&& apt-get -y install wget supervisor nano build-essential
22
23
23
24
# setup conda
24
- RUN wget -q https://repo.anaconda.com/archive/Anaconda3-2019.10 -Linux-x86_64.sh -O /tmp/anaconda.sh \
25
+ RUN wget -q https://repo.anaconda.com/archive/Anaconda3-2020.11 -Linux-x86_64.sh -O /tmp/anaconda.sh \
25
26
&& /bin/bash /tmp/anaconda.sh -b -p $CONDA_HOME \
26
27
&& $CONDA_HOME/bin/conda update -n root conda -y \
27
28
&& pip install \
@@ -31,6 +32,7 @@ RUN wget -q https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
31
32
sphinx-autobuild \
32
33
sphinxcontrib-blockdiag \
33
34
sphinx-sitemap \
35
+ jupyter-sphinx \
34
36
nbsphinx \
35
37
&& conda install -c conda-forge pandoc ipython
36
38
Original file line number Diff line number Diff line change 2
2
3
3
ORGANIZATION=oneoffcoder
4
4
REPOSITORY=sphinx-autobuild
5
- VERSION=0.0.1
5
+ VERSION=0.0.2
6
6
IMAGEID=$REPOSITORY :local
7
7
8
8
echo ${IMAGEID}
You can’t perform that action at this time.
0 commit comments