We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d76ac7 commit 9f80991Copy full SHA for 9f80991
docker/Dockerfile
@@ -8,8 +8,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends apt-utils dialo
8
RUN apt-get -y --no-install-recommends install \
9
python3-pip python3-dev
10
11
+# Install refine bio and dependencies
12
RUN pip3 install \
- "pyrate-limiter==2.7.0" \
13
+ "pyrate-limiter==2.10.0" \
14
redis \
15
pyrefinebio --break-system-packages
16
0 commit comments