Skip to content

Commit

Permalink
remove python 2.7 from images
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerHerholz committed Jun 4, 2020
1 parent f3b6186 commit 2225eeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated by Neurodocker version 0.4.2-3-gf7055a1
# Timestamp: 2020-06-04 13:51:08 UTC
#
#
# Thank you for using Neurodocker. If you discover any issues
# or ways to improve this software, please submit an issue or
# pull request on our GitHub repository:
#
#
# https://github.com/kaczmarj/neurodocker

FROM ubuntu:xenial
Expand Down Expand Up @@ -51,7 +51,6 @@ RUN apt-get update -qq \
python3 \
python3-pip \
python3-pandas \
python2.7 \
python-pip \
libsm-dev \
libx11-dev \
Expand Down
5 changes: 2 additions & 3 deletions Singularity
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated by Neurodocker version 0.4.2-3-gf7055a1
# Timestamp: 2020-06-04 13:51:09 UTC
#
#
# Thank you for using Neurodocker. If you discover any issues
# or ways to improve this software, please submit an issue or
# pull request on our GitHub repository:
#
#
# https://github.com/kaczmarj/neurodocker

Bootstrap: docker
Expand Down Expand Up @@ -46,7 +46,6 @@ apt-get install -y -q --no-install-recommends \
python3 \
python3-pip \
python3-pandas \
python2.7 \
python-pip \
libsm-dev \
libx11-dev \
Expand Down
4 changes: 2 additions & 2 deletions generate_freesurfer_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker run --rm ${image} generate docker \
--base ubuntu:xenial \
--pkg-manager apt \
--install tcsh bc tar libgomp1 perl-modules wget curl \
python3 python3-pip python3-pandas python2.7 python-pip \
python3 python3-pip python3-pandas python-pip \
libsm-dev libx11-dev libxt-dev libxext-dev libglu1-mesa \
--freesurfer version=6.0.1 install_path=/opt/freesurfer \
--run-bash 'pip3 install nibabel pandas==0.21.0' \
Expand Down Expand Up @@ -80,7 +80,7 @@ docker run --rm ${image} generate singularity \
--base ubuntu:xenial \
--pkg-manager apt \
--install tcsh bc tar libgomp1 perl-modules wget curl \
python3 python3-pip python3-pandas python2.7 python-pip \
python3 python3-pip python3-pandas python-pip \
libsm-dev libx11-dev libxt-dev libxext-dev libglu1-mesa \
--freesurfer version=6.0.1 install_path=/opt/freesurfer \
--run-bash 'pip3 install nibabel pandas==0.21.0' \
Expand Down

0 comments on commit 2225eeb

Please sign in to comment.