basic mars stack

This commit is contained in:
zramsay
2024-01-29 16:00:58 +00:00
parent cef73d8de2
commit 2d764fc7d0
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build the mars image
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
docker build -t cerc/mars:local -f ${CERC_REPO_BASE_DIR}/mars-interface/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/mars-interface