-
Notifications
You must be signed in to change notification settings - Fork 87
[TEMPLATE-268] Adding Base ENV with Python 3.11 and Nodejs 22.15 #1433
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
base: master
Are you sure you want to change the base?
Conversation
2. From the terminal, run: | ||
|
||
``` | ||
tar -czvf py311_notebook_dropin.tar.gz -C /path/to/public_dropin_notebook_environments/python311_notebook_base/ . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar -czvf py311_notebook_dropin.tar.gz -C /path/to/public_dropin_notebook_environments/python311_notebook_base/ . | |
tar -czvf py311_node_notebook_dropin.tar.gz -C /path/to/public_dropin_notebook_environments/python311_node22/ . |
@@ -0,0 +1,9 @@ | |||
{ | |||
"id": "6807b77d70d573235153b370", | |||
"name": "[Experimental] Python 3.12 + NodeJS 22.15 Base ENV", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 3.11 right?
"name": "[Experimental] Python 3.12 + NodeJS 22.15 Base ENV", | |
"name": "[Experimental] Python 3.11 + NodeJS 22.15 Base ENV", |
{ | ||
"id": "6807b77d70d573235153b370", | ||
"name": "[Experimental] Python 3.12 + NodeJS 22.15 Base ENV", | ||
"description": "This is experimental base environment that includes: \n- Python 3.12.9 \n - NodeJs v22.15", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here?
"description": "This is experimental base environment that includes: \n- Python 3.12.9 \n - NodeJs v22.15", | |
"description": "This is experimental base environment that includes: \n- Python 3.11.9 \n - NodeJs v22.15", |
Adding Base ENV with Python 3.11 and Node.js 22.15 (current LTS) to run with notebooks.
This repository is public. Do not put here any private DataRobot or customer's data: code, datasets, model artifacts, .etc.
Summary
Rationale