Skip to content

Commit

Permalink
Merge pull request #28 from civisanalytics/update-ds-python-5-and-civ…
Browse files Browse the repository at this point in the history
…is-jup-notebook-0.4.3

Update datascience-python to 5.0.0 and civis-jupyter-notebook to 0.4.5
  • Loading branch information
jtapia-civis authored Apr 23, 2019
2 parents bc2a571 + 3ccfb93 commit 7752199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.10.0] - 2019-04-22
### Changed
- Update base datascience-python version to v5.0.0 (#28)
- Update civis-jupyter-notebook version to v0.4.5 (#28)

## [1.9.0] - 2019-03-13
### Fixed
- Reverts version 1.8.0 (#25)
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM civisanalytics/datascience-python:4.2.0
FROM civisanalytics/datascience-python:5.0.0
MAINTAINER [email protected]

# Version strings are set in datascience-python
Expand All @@ -9,7 +9,7 @@ ENV VERSION= \
VERSION_MICRO= \
TINI_VERSION=v0.16.1 \
DEFAULT_KERNEL=python3 \
CIVIS_JUPYTER_NOTEBOOK_VERSION=0.4.2
CIVIS_JUPYTER_NOTEBOOK_VERSION=0.4.5

RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \
apt-get install -y --no-install-recommends software-properties-common && \
Expand All @@ -28,6 +28,7 @@ RUN chmod +x /tini

RUN pip install civis-jupyter-notebook==${CIVIS_JUPYTER_NOTEBOOK_VERSION} && \
civis-jupyter-notebooks-install

RUN pip install git+git://github.com/civisanalytics/[email protected] && \
install-civis-style

Expand All @@ -36,4 +37,4 @@ WORKDIR /root/work

# Configure container startup
ENTRYPOINT ["/tini", "--"]
CMD ["civis-jupyter-notebooks-start"]
CMD ["civis-jupyter-notebooks-start"]

0 comments on commit 7752199

Please sign in to comment.