Skip to content

Commit 9f80991

Browse files
committed
Update dockerfile and retrigger tests
1 parent 1d76ac7 commit 9f80991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends apt-utils dialo
88
RUN apt-get -y --no-install-recommends install \
99
python3-pip python3-dev
1010

11+
# Install refine bio and dependencies
1112
RUN pip3 install \
12-
"pyrate-limiter==2.7.0" \
13+
"pyrate-limiter==2.10.0" \
1314
redis \
1415
pyrefinebio --break-system-packages
1516

0 commit comments

Comments
 (0)