Skip to content

Commit f4e7651

Browse files
[CFX-3593] Update drop-in notebook env to have latest drgithelper binary (#1660)
* [CFX-3593] Update drop-in notebook env to have latest drgithelper binary * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent 7d91e10 commit f4e7651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
5 Bytes
Binary file not shown.

public_dropin_notebook_environments/python311_notebook_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN python3.11 -m venv ${VENV_PATH} && pip3 install -U pip setuptools
7474
WORKDIR ${WORKDIR}
7575

7676
# Install git helper binary used for private git authentication in Notebooks/Codepaces
77-
RUN curl -L -o drgithelper https://github.com/datarobot-oss/drgithelper/releases/download/v0.0.16/drgithelper && chmod +x drgithelper
77+
RUN curl -L -o drgithelper https://github.com/datarobot-oss/drgithelper/releases/download/v0.0.17/drgithelper && chmod +x drgithelper
7878

7979
COPY ./agent/agent.py ./agent/cgroup_watchers.py ${AGENTDIR}/
8080
COPY ./jupyter_kernel_gateway_config.py ./start_server.sh ${WORKDIR}/

public_dropin_notebook_environments/python311_notebook_base/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create Python 3.11 notebook environments.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "689f735077c7c911fc10b5c1",
7+
"environmentVersionId": "68c814c51dcf771222d7c9d9",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -15,8 +15,8 @@
1515
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_notebook_environments/python311_notebook_base",
1616
"imageRepository": "env-notebook-python311-notebook-base",
1717
"tags": [
18-
"v11.2.0-689f735077c7c911fc10b5c1",
19-
"689f735077c7c911fc10b5c1",
18+
"v11.2.0-68c814c51dcf771222d7c9d9",
19+
"68c814c51dcf771222d7c9d9",
2020
"v11.2.0-latest"
2121
]
2222
}

0 commit comments

Comments
 (0)