Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ibiem2020
IBIEM2020
Commits
40cbb362
Commit
40cbb362
authored
Feb 19, 2021
by
josh
Browse files
switch to python3 versions of packages
many python2 versions of packages are no longer in ubuntu 20.04
parent
59bdc9e2
Pipeline
#193118
passed with stages
in 179 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
40cbb362
...
@@ -170,7 +170,7 @@ RUN apt-get update && \
...
@@ -170,7 +170,7 @@ RUN apt-get update && \
software-properties-common
\
software-properties-common
\
libgdal-dev
\
libgdal-dev
\
build-essential
\
build-essential
\
python-dev
\
python
3
-dev
\
python3-pip
\
python3-pip
\
python3-numpy
\
python3-numpy
\
python3-matplotlib
\
python3-matplotlib
\
...
@@ -256,17 +256,11 @@ RUN Rscript -e "install.packages(pkgs = c('coin'), \
...
@@ -256,17 +256,11 @@ RUN Rscript -e "install.packages(pkgs = c('coin'), \
# python libraries: rpy2 (v. 2.1 or higher), numpy, matplotlib (v. 1.0 or higher), argparse
# python libraries: rpy2 (v. 2.1 or higher), numpy, matplotlib (v. 1.0 or higher), argparse
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
-yq
install
\
apt-get
install
-y
--no-install-recommends
\
python-rpy2
python3-rpy2
\
python3-h5py
\
RUN
apt-get update
&&
\
nano
\
apt-get
install
-y
--no-install-recommends
\
jed
python-h5py
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
nano
\
jed
RUN
mkdir
-p
$MANUAL_BIN
&&
\
RUN
mkdir
-p
$MANUAL_BIN
&&
\
cd
$MANUAL_BIN
&&
\
cd
$MANUAL_BIN
&&
\
...
@@ -280,11 +274,6 @@ RUN mkdir -p $MANUAL_BIN && \
...
@@ -280,11 +274,6 @@ RUN mkdir -p $MANUAL_BIN && \
# USER $RSTUDIO_USER
# USER $RSTUDIO_USER
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
python-h5py
##------------------------------------------------------------
##------------------------------------------------------------
# install fastq-mcf and fastq-multx from source since apt-get install causes problems
# install fastq-mcf and fastq-multx from source since apt-get install causes problems
RUN
mkdir
-p
/usr/bin
&&
\
RUN
mkdir
-p
/usr/bin
&&
\
...
@@ -382,6 +371,7 @@ RUN mkdir kaiju && \
...
@@ -382,6 +371,7 @@ RUN mkdir kaiju && \
tar
-zx
-C
kaiju
--strip-components
=
1
&&
\
tar
-zx
-C
kaiju
--strip-components
=
1
&&
\
cd
kaiju/src
&&
\
cd
kaiju/src
&&
\
make
&&
\
make
&&
\
cd
../..
&&
\
mv
kaiju/bin/
*
$MANUAL_BIN
&&
\
mv
kaiju/bin/
*
$MANUAL_BIN
&&
\
rm
-rf
kaiju
rm
-rf
kaiju
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment