Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
TSI
docker
Commits
46c98fb2
Commit
46c98fb2
authored
Feb 20, 2019
by
Chandra Deep Tiwari
Browse files
Added new dockerfile bioconda with python2 support.
parent
5107076f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
bioconda/Dockerfile.py2
bioconda/Dockerfile.py2
+33
-0
No files found.
bioconda/Dockerfile.py2
0 → 100644
View file @
46c98fb2
#----------------------------------------------------------------------------
# Author : Chandra Deep Tiwari
# Date : 19/02/2019
# Version : 0.1
# Review By :
# _______________
# Change History
# ```````````````
# Editor Name Version Date Description
# ___________________________________________________________________________
# C.D.Tiwari 0.1 19/02/18 First version,
#
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
# Base Image Section
#----------------------------------------------------------------------------
FROM cdtiwari/ebi-biopackages.base:0.1
#------------------------------------------------------------------
# ROOT MODE
#------------------------------------------------------------------
#------------------------------------------------------------------
# Setup Miniconda with Python3
#-----------------------------------------------------------------
RUN cd /tmp \
&& curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh \
&& bash Miniconda2-latest-Linux-x86_64.sh -b -p /opt/conda
ENV PATH=/opt/conda/bin:$PATH
RUN conda config --add channels defaults \
&& conda config --add channels conda-forge \
&& conda config --add channels bioconda
Write
Preview
Markdown
is supported
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