Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zwbao committed Apr 8, 2021
1 parent b7212f3 commit 58d79d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM continuumio/miniconda3
RUN conda create -y -c conda-forge -c bioconda -n tritimap tritimap \
&& echo "source activate tritimap" > ~/.bashrc
ENV PATH /opt/conda/envs/tritimap/bin:$PATH

0 comments on commit 58d79d7

Please sign in to comment.