Skip to content

Commit

Permalink
[Nuclio] Revert default nuclio runtime to python 3.6 (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Apr 7, 2022
1 parent bab0beb commit 1b903dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# url to nuclio dashboard api (can be with user & token, e.g. https://username:password@dashboard-url.com)
"nuclio_dashboard_url": "",
"nuclio_version": "",
"default_nuclio_runtime": "python:3.7",
"default_nuclio_runtime": "python:3.6",
"nest_asyncio_enabled": "", # enable import of nest_asyncio for corner cases with old jupyter, set "1"
"ui_url": "", # remote/external mlrun UI url (for hyperlinks) (This is deprecated in favor of the ui block)
"remote_host": "",
Expand Down

0 comments on commit 1b903dc

Please sign in to comment.