Note
Downloading from downloads.teradata.com requires an authenticated Teradata customer account. Contact your Teradata representative if you do not have one.
-
Go to Teradata Modules for Jupyter page and download the Docker image. It is a tarball with name in this format
teradatajupyterlabext_VERSION.tar.gz. -
Load the image:
docker load -i teradatajupyterlabext_VERSION.tar.gz -
Push the image to your Docker registry:
docker push REGISTRY_URL/teradatajupyterlabext_VERSION
Tip
You may want to consider changing the name of the loaded image for simplicity:
docker tag OLD_IMAGE_NAME NEW_IMAGE_NAME