Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Oct 17, 2024
1 parent 063d1e4 commit 5959f09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ VOLUME template

#cmtk
RUN apt-get -qq -y update \
&& apt-get -qq -y install locales cmtk python python-pip python-dev ipython build-essential git nano autoconf nasm zip automake autoconf m4 libtool bison cmake flex xvfb imagej bc sec libpq-dev maven \
&& apt-get -qq -y install locales cmtk python python-pip python-dev ipython build-essential git nano autoconf nasm zip automake autoconf m4 libtool bison cmake flex xvfb imagej bc sec libpq-dev maven python3 pip3 \
&& pip install --upgrade virtualenv \
&& pip install --upgrade pip

#python image support
RUN pip install pynrrd
RUN pip install h5py

RUN pip3 install pynrrd h5py requests psycopg2 neo4j==1.7.6

#python neo4j support
RUN pip install requests
RUN pip install psycopg2
Expand Down

0 comments on commit 5959f09

Please sign in to comment.