File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
before_install :
11
11
- sudo apt-get update
12
- - sudo apt-get install -qq libzmq3-dev pandoc libcurl4-gnutls-dev libmemcached-dev
12
+ - sudo apt-get install -qq libzmq3-dev pandoc libcurl4-gnutls-dev libmemcached-dev libgnutls28-dev
13
13
- pip install --upgrade setuptools pip
14
14
- pip install -r requirements-dev.txt
15
15
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ RUN apt-get update && \
9
9
bzip2 \
10
10
ca-certificates
11
11
12
- ENV MINICONDA_VERSION 4.5.4
12
+ ENV MINICONDA_VERSION 4.7.10
13
13
ENV PATH=/opt/conda/bin:$PATH
14
14
RUN cd /tmp && \
15
15
curl -sSL https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh -o /tmp/miniconda.sh && \
16
- echo "a946ea1d0c4a642ddf0c3a26a18bb16d *miniconda.sh" | md5sum -c - && \
16
+ echo "1c945f2b3335c7b2b15130b1b2dc5cf4 *miniconda.sh" | md5sum -c - && \
17
17
/bin/bash miniconda.sh -f -b -p /opt/conda && \
18
18
rm miniconda.sh && \
19
19
/opt/conda/bin/conda config --system --prepend channels conda-forge && \
@@ -80,4 +80,5 @@ WORKDIR /srv/nbviewer
80
80
EXPOSE 8080
81
81
USER nobody
82
82
83
- CMD ["python" , "-m" , "nbviewer" , "--port=8080" ]
83
+ EXPOSE 9000
84
+ CMD ["python" , "-m" , "nbviewer" , "--port=8080" ]
You can’t perform that action at this time.
0 commit comments