File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
public_dropin_notebook_environments Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN python3.11 -m venv ${VENV_PATH} && pip3 install -U pip setuptools
7474WORKDIR ${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
7979COPY ./agent/agent.py ./agent/cgroup_watchers.py ${AGENTDIR}/
8080COPY ./jupyter_kernel_gateway_config.py ./start_server.sh ${WORKDIR}/
Original file line number Diff line number Diff line change 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 ,
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}
You can’t perform that action at this time.
0 commit comments