diff --git a/.gitmodules b/.gitmodules
index 2fd38e8c214b9d93e0e82acb231d1d6ebf553b1c..200976c1da7f9f4a9789822575d572bedd3369bb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
 [submodule "edgenet-360"]
 	path = edgenet-360
 	url = https://git.soton.ac.uk/gdp-project-4/edgenet-360
+[submodule "mona-ssc"]
+	path = mona-ssc
+	url = https://git.soton.ac.uk/gdp-project-4/mona-ssc.git
\ No newline at end of file
diff --git a/360monodepth b/360monodepth
index ae9bee5325ffcdce9d9b8659017177c35d561564..5c053f2285466cb884d148dc54489ec654327668 160000
--- a/360monodepth
+++ b/360monodepth
@@ -1 +1 @@
-Subproject commit ae9bee5325ffcdce9d9b8659017177c35d561564
+Subproject commit 5c053f2285466cb884d148dc54489ec654327668
diff --git a/scripts/360monodepthexecution/stopDockerContainer.ps1 b/scripts/360monodepthexecution/stopDockerContainer.ps1
index 8928e36a6bd9a220ef50b8bc600e6204d54f2175..85ef7c6416eaa07fe5857a771787dff202d2aac4 100644
--- a/scripts/360monodepthexecution/stopDockerContainer.ps1
+++ b/scripts/360monodepthexecution/stopDockerContainer.ps1
@@ -9,4 +9,4 @@ $containerNameOrId = docker ps --filter "ancestor=$imageNameOrId" --format "{{.I
 docker stop $containerNameOrId
 
 # Removes the container
-docker rm $containerNameOrId
\ No newline at end of file
+#docker rm $containerNameOrId
\ No newline at end of file