Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cchu70 authored Jun 20, 2024
1 parent 5d878fb commit c44a100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM gcr.io/broad-getzlab-workflows/base_image:v0.0.6
WORKDIR /build

RUN pip install --upgrade pip
RUN pip install AnnoMate==1.0.0
RUN pip install AnnoMate==1.0.1

# Install prebuilt reviewer environments
RUN git clone https://github.com/getzlab/AnnoMate.git
# Install repository to get tutorial notebooks and example data
RUN git clone https://github.com/getzlab/AnnoMate.git

0 comments on commit c44a100

Please sign in to comment.