Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
=========

Unreleased
----------

Fixed
-----
- upgraded base docker image to 3.7 to fix nbgitpuller error

v9.4.2
------

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-slim-buster
FROM python:3.7-slim-buster

MAINTAINER Strateos <engineering@strateos.com>

Expand Down Expand Up @@ -30,7 +30,7 @@ ENV PYTHON_EGG_CACHE /python_eggs

# Install Jupyter, nbgitpuller for separate notebook/environment
RUN pip install --no-cache-dir notebook==5.* && \
pip install nbgitpuller
pip install nbgitpuller==1.*

# Install TxPy
RUN pip install 'transcriptic[jupyter, analysis]'
Expand Down