Skip to content

Commit

Permalink
2.0.0 (#29)
Browse files Browse the repository at this point in the history
* 2.0.0
  • Loading branch information
patr1ckm authored Aug 10, 2020
1 parent 18b649b commit 79ec6be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [2.0.0] - 2020-08-10

### Changed
- datascience-r -> 4.0.1

# [1.11.0] - 2020-04-13

### Changed
Expand Down
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM civisanalytics/datascience-r:3.3.0
FROM civisanalytics/datascience-r:4.0.1
MAINTAINER [email protected]

ENV DEFAULT_KERNEL=ir \
TINI_VERSION=v0.16.1 \
CIVIS_JUPYTER_NOTEBOOK_VERSION=1.0.2

# for python3.7
RUN echo 'deb http://ftp.debian.org/debian stable main' >> /etc/apt/sources.list

RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \
apt-get install -y --no-install-recommends \
wget \
Expand All @@ -18,15 +15,12 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \
emacs \
gcc \
build-essential \
python3.7 \
python3-pip \
python3-setuptools \
libcurl4 && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# instead of virtual env, just use python3.7 as default
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1

# Install Tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
Expand Down

0 comments on commit 79ec6be

Please sign in to comment.