Install tensorflow=1.15 in "datalore"

Hello All,

I am a new user, I would ask, how can we install tensorflow=1.15 in “datalore”?

Thanks in advance!

Warm regards, Jakob

Hi @feapman,

You can search by “tensorflow” in the Library Manager, click on the package name in the search result, select the preferred version in the list and click “Update”

Your environment.yml in the Attached Files should look like this after that

datalore-env-format-version: "0.1"
dependencies:
- pip:
  - tensorflow==1.15.4
2 Likes