Testing dhdt.py
using default.ini
#
If you want to use the CARST project, you need to set up a container to run the program. We have a Docker that we can use, you can refer to the contents of the Dockerfile.
Step (Generated by ChatGPT)#
Install Docker
If you haven’t installed Docker yet, download and install it based on your operating system:
Windows: https://www.docker.com/products/docker-desktop
Mac: https://www.docker.com/products/docker-desktop
Linux: Install using apt or yum, for example:
sudo apt update && sudo apt install -y docker.io
Build the Docker Image
docker build -t CARST .
Run the Container
docker run -d --tty --name CARST CARST
Open VS Code and connect to the container using SSH
Navigate to the
CARST/examples/dhdt
folderRun
dhdt.py default.ini