Skip to content

Commit 82e7ac1

Browse files
committed
Bump for One Codex v0.6.0
1 parent 66f5c6e commit 82e7ac1

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
@@ -202,7 +202,7 @@ COPY notebook/vega-cli.patch /usr/lib/node_modules
202202
RUN cd /usr/lib/node_modules && patch -p0 < vega-cli.patch
203203

204204
# Install One Codex Python lib
205-
RUN pip install --no-cache onecodex[all]==0.5.4
205+
RUN pip install --no-cache onecodex[all]==0.6.0
206206

207207
# Finally fix permissions on everything
208208
# See https://github.com/jupyter/docker-stacks/issues/188

0 commit comments

Comments
 (0)