Skip to content

Commit 0c7aea9

Browse files
committed
Update docker to install leep using PyPi
1 parent c1f5943 commit 0c7aea9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Dockerfile.bedrock_testing_base_bookworm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,9 @@ RUN mkdir ${LITEX_INSTALL_PATH} && \
133133
cd ${LITEX_INSTALL_PATH} && \
134134
sh /litex_meta.sh
135135

136-
# Install leep from public repo until we have
137-
# a PyPi home for it
136+
# Install leep from PyPi
138137
RUN pip3 install \
139-
git+https://github.com/BerkeleyLab/leep.git
138+
leep==1.0.0
140139

141140
# Install sv2v
142141
RUN apt-get update && \

Dockerfile.bedrock_testing_base_trixie

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,9 @@ RUN mkdir ${LITEX_INSTALL_PATH} && \
133133
cd ${LITEX_INSTALL_PATH} && \
134134
sh /litex_meta.sh
135135

136-
# Install leep from public repo until we have
137-
# a PyPi home for it
136+
# Install leep from PyPi
138137
RUN pip3 install \
139-
git+https://github.com/BerkeleyLab/leep.git
138+
leep==1.0.0
140139

141140
# Install sv2v
142141
RUN apt-get update && \

0 commit comments

Comments
 (0)