Skip to content

Commit ba38acd

Browse files
committed
Removed version number in the conda installation dockerfile
1 parent f690bc9 commit ba38acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dockerfile_develop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Docker for CONCOCT (https://github.com/BinPro/CONCOCT) v1.0.0
1+
# Dockerfile to test conda install of CONCOCT (https://github.com/BinPro/CONCOCT)
22
#
33
# This docker creates and sets up an Ubuntu environment to test
44
# the conda installation process
@@ -23,7 +23,7 @@ RUN conda config --add channels defaults
2323
RUN conda config --add channels bioconda
2424
RUN conda config --add channels conda-forge
2525

26-
# Install python dependencies and fetch and install CONCOCT 1.0.0
26+
# Install python dependencies and fetch and install CONCOCT
2727
RUN conda create -n concoct_env python=3 concoct
2828

2929
RUN cd /opt/CONCOCT;\

0 commit comments

Comments
 (0)