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 e43722f commit 62440afCopy full SHA for 62440af
Dockerfile
@@ -202,7 +202,7 @@ COPY notebook/vega-cli.patch /usr/lib/node_modules
202
RUN cd /usr/lib/node_modules && patch -p0 < vega-cli.patch
203
204
# Install One Codex Python lib
205
-RUN pip install --no-cache onecodex[all]==0.6.0
+RUN pip install --no-cache onecodex[all]==0.6.1
206
207
# Finally fix permissions on everything
208
# See https://github.com/jupyter/docker-stacks/issues/188
0 commit comments