Skip to content

[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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maximch54
Copy link

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

2. From the terminal, run:

```
tar -czvf py311_notebook_dropin.tar.gz -C /path/to/public_dropin_notebook_environments/python311_notebook_base/ .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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",
Copy link
Contributor

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?

Suggested change
"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here?

Suggested change
"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",

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

Successfully merging this pull request may close these issues.

2 participants