Skip to content

Commit 67e6439

Browse files
authored
build: Update base Dockerfile (#216)
Update base Python version to 3.7 and pin nbgitpuller version to 1.*
1 parent 0b49be7 commit 67e6439

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22
=========
3+
4+
Unreleased
5+
----------
6+
7+
Fixed
8+
-----
9+
- upgraded base docker image to 3.7 to fix nbgitpuller error
10+
311
v9.4.2
412
------
513

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-slim-buster
1+
FROM python:3.7-slim-buster
22

33
MAINTAINER Strateos <engineering@strateos.com>
44

@@ -30,7 +30,7 @@ ENV PYTHON_EGG_CACHE /python_eggs
3030

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

3535
# Install TxPy
3636
RUN pip install 'transcriptic[jupyter, analysis]'

0 commit comments

Comments
 (0)