We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b49be7 commit 67e6439Copy full SHA for 67e6439
2 files changed
CHANGELOG.rst
@@ -1,5 +1,13 @@
1
Changelog
2
=========
3
+
4
+Unreleased
5
+----------
6
7
+Fixed
8
+-----
9
+- upgraded base docker image to 3.7 to fix nbgitpuller error
10
11
v9.4.2
12
------
13
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.6-slim-buster
+FROM python:3.7-slim-buster
MAINTAINER Strateos <engineering@strateos.com>
@@ -30,7 +30,7 @@ ENV PYTHON_EGG_CACHE /python_eggs
30
31
# Install Jupyter, nbgitpuller for separate notebook/environment
32
RUN pip install --no-cache-dir notebook==5.* && \
33
- pip install nbgitpuller
+ pip install nbgitpuller==1.*
34
35
# Install TxPy
36
RUN pip install 'transcriptic[jupyter, analysis]'
0 commit comments