Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalhankoul96 authored Nov 1, 2024
1 parent 39a063b commit 89251dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ RUN cd /aha && git clone https://github.com/weiya711/sam.git && \
ln -s /aha/.git/modules/sam/ .git && \
git checkout `cat /tmp/HEAD` && git submodule update --init --recursive

RUN cd /aha/APEX && pip install -r requirements.txt

# Sam 2 - build sam
COPY ./sam /aha/sam
RUN echo "--- ..Sam 2" && cd /aha/sam && make sam && \
Expand Down

0 comments on commit 89251dd

Please sign in to comment.