Skip to content

Commit

Permalink
update to clone repo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seina001 committed Nov 7, 2023
1 parent dd099a7 commit 2c985b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mamba install -c bioconda vsearch=2.22.1 hmmer=3.1b2
# Copy the itsxpress package files and install dependencies
COPY .. /app
WORKDIR /app
RUN pip install --no-cache-dir .
RUN git clone https://github.com/USDA-ARS-GBRU/itsxpress.git && cd itsxpress && pip install .

# Set the default command to run itsxpress
CMD ["itsxpress"]

0 comments on commit 2c985b8

Please sign in to comment.