Skip to content

Commit 41cfb88

Browse files
committed
Bump for One Codex v0.6.2
1 parent 62440af commit 41cfb88

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.6.1
205+
RUN pip install --no-cache onecodex[all]==0.6.2
206206

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

0 commit comments

Comments
 (0)