From 88371d14a7c69bef4e6c2a30d54f6e5f1b71ed6f Mon Sep 17 00:00:00 2001 From: Yoga Varatharajah <varatha2@illinois.edu> Date: Tue, 20 Nov 2018 16:02:17 -0600 Subject: [PATCH] adding protobuf installation --- Dockerfile.yoga.mozart | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile.yoga.mozart b/Dockerfile.yoga.mozart index abddfa3..9cccb52 100644 --- a/Dockerfile.yoga.mozart +++ b/Dockerfile.yoga.mozart @@ -26,8 +26,15 @@ ENV PATH /opt/conda/envs/tensorflow/bin:$PATH RUN pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl RUN pip install sklearn + +RUN pip install pandas + +RUN pip install nibabel + # RUN useradd varatha2 -u 1003 # USER varatha2 WORKDIR /home/varatha2 RUN apt install -y git-core + +RUN apt install -y protobuf-compiler -- GitLab