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
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
40cbb362
...
...
@@ -170,7 +170,7 @@ RUN apt-get update && \
software-properties-common
\
libgdal-dev
\
build-essential
\
python-dev
\
python
3
-dev
\
python3-pip
\
python3-numpy
\
python3-matplotlib
\
...
...
@@ -255,16 +255,10 @@ RUN Rscript -e "install.packages(pkgs = c('coin'), \
dependencies=TRUE)"
# python libraries: rpy2 (v. 2.1 or higher), numpy, matplotlib (v. 1.0 or higher), argparse
RUN
apt-get update
&&
\
apt-get
-yq
install
\
python-rpy2
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
python-h5py
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
python3-rpy2
\
python3-h5py
\
nano
\
jed
...
...
@@ -280,11 +274,6 @@ RUN mkdir -p $MANUAL_BIN && \
# 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
RUN
mkdir
-p
/usr/bin
&&
\
...
...
@@ -382,6 +371,7 @@ RUN mkdir kaiju && \
tar
-zx
-C
kaiju
--strip-components
=
1
&&
\
cd
kaiju/src
&&
\
make
&&
\
cd
../..
&&
\
mv
kaiju/bin/
*
$MANUAL_BIN
&&
\
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