Skip to content

Commit 3a08862

Browse files
committed
Pin base image.
A new base image was released on May 28th. This new image includes numba 0.49.1 and llvmlite 0.32.0. Unfortunately, numba >= 0.49.0 has a performance regression and packages such as datashader downgrades it. llvmlite can't be downgraded safely since it is a distutils package. Pinning the base image until the numba/llvmlite performance regression is fixed.
1 parent ac164e4 commit 3a08862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ARG BASE_TAG=latest
1+
# b/157908450 set to latest once numba 0.49.x fixes performance regression for datashader.
2+
ARG BASE_TAG=m46
23
ARG TENSORFLOW_VERSION=2.2.0
34

45
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37-2 as tensorflow_whl

0 commit comments

Comments
 (0)