
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.
Theano has been powering large-scale computationally intensive scientific investigations
Running Theano :
Before running the container, use docker pull to ensure an up-to-date image is installed. Once the pull is complete, you can run the container image.
Procedure:
- In the Tags section, locate the container image release that you want to run.
- In the Pull column, click the icon to copy the
docker pullcommand. - Open a command prompt and paste the pull command. The pulling of the container image begins. Ensure the pull completes successfully before proceeding to the next step.
- Run the container image. A typical command to launch the container is:
nvidia-docker run -it --rm -v local_dir:container_dir nvcr.io/nvidia/theano:<xx.xx>
Where:
-itmeans run in interactive mode--rmwill delete the container when finished-vis the mounting directory
| For any queries, raise a ticket in the helpdesk or please contact System Administrator, #103,SERC. |
