chaste/pychaste

Sponsored OSS

By University of Oxford

Updated about 2 months ago

Docker images for PyChaste: https://chaste.github.io/pychaste/

Image
Data Science
Languages & Frameworks
Machine Learning & AI

256

PyChaste Docker

Overview

A docker container can be launched from an image which has PyChaste and Jupyter pre-installed.

Installing Docker

If you would like to use this method but do not have docker already installed, you can find detailed guidance here on installing docker. Docker Desktop is the recommended route to getting docker running on your system.

Launching PyChaste with Docker

If you already have docker installed, you can launch a PyChaste container with the following command:

docker run -it --init --rm -p 8888:8888 chaste/pychaste

To open a jupyter lab environment attached to the PyChaste container, launch a web browser and navigate to http://127.0.0.1:8888 in a web browser.

Tutorials

For tutorials on using PyChaste, see here: https://chaste.github.io/pychaste/tutorials/.

Docker Pull Command

docker pull chaste/pychaste