We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f2e5c commit 1beb9b2Copy full SHA for 1beb9b2
Dockerfile
@@ -29,7 +29,7 @@ RUN pip install jupyter_contrib_nbextensions && \
29
RUN pip install --no-cache awscli==1.10.58
30
31
# Install One Codex Python lib
32
-RUN pip install --no-cache onecodex[all]==0.2.10
+RUN pip install --no-cache onecodex[all]==0.2.11
33
34
# Run as unprivileged user 1000
35
USER 1000
0 commit comments