Skip to content

Commit 332944d

Browse files
authored
Fix INSTRUMENT_VENDOR (#67)
1 parent 3c723e2 commit 332944d

File tree

4 files changed

+556
-327
lines changed

4 files changed

+556
-327
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ ENV PATH=$PATH:/opt/miniconda3/bin/
3434

3535
# install environment's dependencies
3636
COPY environment.yml /opt/
37-
RUN conda env create -f /opt/environment.yml
37+
RUN conda env create --solver libmamba -f /opt/environment.yml
3838

3939
# install artic into conda environment "artic"
4040
RUN git clone https://github.com/artic-network/fieldbioinformatics.git \
4141
&& cd fieldbioinformatics \
4242
&& git checkout 1.2.1 \
43-
&& conda env create -f environment.yml \
43+
&& conda env create --solver libmamba -f environment.yml \
4444
&& conda run -n artic python setup.py install \
4545
&& conda clean -a
4646

0 commit comments

Comments
 (0)