Skip to content

Commit

Permalink
Jinja partial for color picker and pip install in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 committed Jul 8, 2022
1 parent 6394dcd commit 036a229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ RUN micromamba install -y -n base \
#we can move this to the top later on...
RUN micromamba install -y -n base -c anaconda boto3

# Install jinja-partials
RUN pip install jinja-partials

# Install CRISPResso
ARG crispresso_version='2.2.7'
WORKDIR /tmp/CRISPResso2
Expand Down

0 comments on commit 036a229

Please sign in to comment.