Skip to content
Snippets Groups Projects
Commit 88371d14 authored by varatha2's avatar varatha2
Browse files

adding protobuf installation

parent c9b08949
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment