Skip to content

Commit 6fd5723

Browse files
committed
update
1 parent f90d11f commit 6fd5723

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sphinx-autobuild/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM ubuntu:disco
1+
FROM ubuntu:latest
2+
23
LABEL org="One-Off Coder"
34
LABEL author="Jee Vang, Ph.D."
45
LABEL email="[email protected]"
@@ -21,7 +22,7 @@ RUN apt-get update -y \
2122
&& apt-get -y install wget supervisor nano build-essential
2223

2324
# 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 \
2526
&& /bin/bash /tmp/anaconda.sh -b -p $CONDA_HOME \
2627
&& $CONDA_HOME/bin/conda update -n root conda -y \
2728
&& pip install \
@@ -31,6 +32,7 @@ RUN wget -q https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
3132
sphinx-autobuild \
3233
sphinxcontrib-blockdiag \
3334
sphinx-sitemap \
35+
jupyter-sphinx \
3436
nbsphinx \
3537
&& conda install -c conda-forge pandoc ipython
3638

sphinx-autobuild/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ORGANIZATION=oneoffcoder
44
REPOSITORY=sphinx-autobuild
5-
VERSION=0.0.1
5+
VERSION=0.0.2
66
IMAGEID=$REPOSITORY:local
77

88
echo ${IMAGEID}

0 commit comments

Comments
 (0)