Skip to content

Commit

Permalink
Merge pull request #17 from Readon/master
Browse files Browse the repository at this point in the history
use fixed version of cocotb to keep compatibility.
  • Loading branch information
Readon authored Oct 15, 2024
2 parents e6efb53 + ceb7b0c commit 2d706ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN \

FROM base AS run

RUN pip install cocotb cocotb-test click && \
RUN pip install cocotb==1.8.1 cocotb-test click && \
pip cache purge

# Add repos and install sbt
Expand Down

0 comments on commit 2d706ec

Please sign in to comment.