Skip to content

PlatinumCD/SST-Docker-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SST Docker Demo

This project is a demonstration of the SST (Structural Simulation Toolkit) simulator using a Docker container. The Makefile provided allows you to build, run, and clean up the Docker image for the simulation.

This image uses the following repositories:

Makefile Targets

  • build: Builds the Docker image for the SST simulator. It uses the BUILD_SRC and BUILD_DEST arguments to specify the source and destination directories within the Docker image.

  • run: Runs the Docker container and executes the SST simulation using the test_simulation.py script located in the specified source directory.

  • clean: Removes the Docker image created by the build target.

Usage

  1. Build the Docker Image:

    make build
  2. Run the Simulation:

    make run
  3. Clean Up:

    make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published