Skip to content

Commit

Permalink
Merge pull request #242 from efabless/jeffdi-patch-2
Browse files Browse the repository at this point in the history
removed tag from dockerfile
  • Loading branch information
jeffdi authored Oct 23, 2023
2 parents f9f3845 + adf9a93 commit f4dee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ WORKDIR $PRECHECKER_ROOT

# GOLDEN CARAVEL
ENV GOLDEN_CARAVEL=/opt/caravel
RUN git clone --depth=1 --branch mpw-9e https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress
RUN git clone --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress

0 comments on commit f4dee5c

Please sign in to comment.