Skip to content

Commit 74873a1

Browse files
Update for onecodex v0.2.9 (fixes pandas incompatibilities)
1 parent 8a374c0 commit 74873a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip install jupyter_contrib_nbextensions && \
2929
RUN pip install --no-cache awscli==1.10.58
3030

3131
# Install One Codex Python lib
32-
RUN pip install --no-cache onecodex[all]==0.2.8
32+
RUN pip install --no-cache onecodex[all]==0.2.9
3333

3434
# Run as unprivileged user 1000
3535
USER 1000

0 commit comments

Comments
 (0)