#!/bin/bash # Build the Docker image docker build -t gemmasa-2bi -f Dockerfile . # The volumes thing docker volume create --opt type=none --opt o=bind --opt device=/home/pawin/Code/GemmaSA_2B/models models # Run the Docker container docker compose up --force-recreate --remove-orphans