Skip to content

Commit 10a4e41

Browse files
authored
Merge pull request #826 from Kaggle/fix-llvmlite
Pin base image.
2 parents ac164e4 + 3a08862 commit 10a4e41

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)