From 2d95b53d3af7564eac6c7bce17bc407c69c4f934 Mon Sep 17 00:00:00 2001 From: Philmod Date: Tue, 12 Jan 2021 14:59:01 -0500 Subject: [PATCH] Upgrade papermill --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70c02452..24b8f343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -407,7 +407,7 @@ RUN pip install flashtext && \ pip install nnabla==1.13.0 && \ pip install vowpalwabbit && \ # papermill can replace nbconvert for executing notebooks - pip install papermill && \ + pip install --upgrade papermill && \ pip install cloud-tpu-client && \ pip install tensorflow-cloud && \ pip install tensorflow-datasets && \