You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$(docker ps -aq -f name=kmatrix_run)" ]; then
echo "Stopping and removing existing container kmatrix_run..."
docker rm -f kmatrix_run
else
echo "No existing container kmatrix_run found."
fi
# (Optional) Add the mapping path corresponding to the model in the startup command, so that you do not need to re-download the model when restarting the container (for the KMatrix model path, refer to root_config.py)