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