Skip to content

Commit 7564208

Browse files
y3tsengy3tseng
authored andcommitted
Modify docker
1 parent 4e44e94 commit 7564208

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker/cpu/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN conda create -n twilight -y
1818
RUN echo "source activate twilight" > ~/.bashrc
1919
SHELL ["conda", "run", "-n", "twilight", "/bin/bash", "-c"]
2020

21-
RUN pip install snakemake && \
22-
pip install numpy
21+
RUN pip install snakemake
22+
RUN pip install numpy
2323

2424
RUN conda install bioconda::fasttree -y # FastTree
2525
RUN conda install bioconda::mashtree -y # MashTree
@@ -40,4 +40,4 @@ RUN git clone https://github.com/TurakhiaLab/TWILIGHT.git && \
4040

4141
WORKDIR /home/TWILIGHT
4242

43-
CMD ["bash"]
43+
CMD ["bash"]

docker/gpu/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ RUN conda create -n twilight -y
3737
RUN echo "source activate twilight" > ~/.bashrc
3838
SHELL ["conda", "run", "-n", "twilight", "/bin/bash", "-c"]
3939

40-
RUN pip install snakemake && \
41-
pip install numpy
40+
RUN pip install snakemake
41+
RUN pip install numpy
4242

4343
RUN conda install bioconda::fasttree -y # FastTree
4444
RUN conda install bioconda::mashtree -y # MashTree
@@ -48,4 +48,4 @@ RUN conda install bioconda::iqtree -y # IQ-Tree
4848

4949
WORKDIR /home/TWILIGHT
5050

51-
CMD ["bash"]
51+
CMD ["bash"]

0 commit comments

Comments
 (0)