Hi.
I have CA 12.1.0 GA installed on Windows Server, Cognos Jupyter Notebooks on Ubuntu Server 24.0.3, and Docker CE 28.4.0.
I was able to install everything and get the environment working.
When testing the Notebook examples, I get the following warning, as shown in the screenshot.

I connected to the container's bash using -> sudo docker exec -it <CONTAINER-ID> bash
Logged in as ca_user, create the pip-cache directory in /tmp. -> mkdir pip-cache; chmod 777 pip-cache
Then create the environment variable PIP_CACHE_DIR and point it to the new directory -> export PIP_CACHE_DIR=/tmp/pip-cache/
When I validate the variable, echo $PIP_CACHE_DIR returns the correct directory -> /tmp/pip-cache
Also, when I run pip cache dir,
I tried the example again, but it still gives me the same warning.
Any ideas?
Regards.
------------------------------
Diego Campos
------------------------------