From 42771bfed1ef72f6d2c3249d6a98db90e97ae561 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 8 Nov 2021 16:34:13 +0100 Subject: [PATCH] fix issue #51 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 04bec59..eb23825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update \ python-pip python-matplotlib \ && rm -rf /var/lib/apt/lists/* COPY . /kitti2bag +RUN pip install pandas==0.23 RUN pip install -e /kitti2bag WORKDIR /data