Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different python versions when compared with the 10.4 cluster #87

Open
kfot opened this issue May 6, 2022 · 1 comment
Open

Different python versions when compared with the 10.4 cluster #87

kfot opened this issue May 6, 2022 · 1 comment

Comments

@kfot
Copy link

kfot commented May 6, 2022

Hi,

The python dependencies` versions listed in the python dockerfile mismatch the versions listed in the release's documentation page. To be exact:

  ipython==7.19.0 \
  numpy==1.19.2 \

is not

ipython 7.22.0
numpy 1.20.1
-- --

Is such difference acceptable? If so, how one can guarantee a custom python package compatibility and which - cluster's or docker image's - dependencies' versions should be locked?

@jameslamb
Copy link

I have the same question, and can provide a bit more detail.

https://docs.databricks.com/release-notes/runtime/9.1.html claims that DBR 9.1 LTS uses Python 3.8.10.

The latest databricksruntime/python:9.1-LTS image has Python 3.8.0.

docker run \
    --rm \
    databricksruntime/python:9.1-LTS \
    /databricks/python3/bin/python3 --version

# Python 3.8.0

Can you please make the images match the documented contents of Databricks Runtime versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants