You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ticket #69 described adding an entry point to the DSS Docker Container Images in order to copy notebook files and start the jupyter server.
The entrypoint was implemented as Python script entrypoint.py.
The current ticket requests to call entrypoint.py for other image types (AMI, vmdk, vdh), too.
Please note: This is not required for calling magic %pip, see #273
The text was updated successfully, but these errors were encountered:
Ticket #69 described adding an entry point to the DSS Docker Container Images in order to copy notebook files and start the jupyter server.
The entrypoint was implemented as Python script
entrypoint.py
.The current ticket requests to call
entrypoint.py
for other image types (AMI, vmdk, vdh), too.Please note: This is not required for calling magic
%pip
, see #273The text was updated successfully, but these errors were encountered: