diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index 18365b34fc77f52aeb835204e6c5965b9e15f857..e6fff8bf7214fafee6881e827a0fa4bf9979c861 100644
--- a/ohpc-instance/main.tf
+++ b/ohpc-instance/main.tf
@@ -43,13 +43,7 @@ resource "openstack_compute_instance_v2" "ohpc" {
        owner: centos:centos
        path: /etc/hosts
        permissions: 0644
-       scp -r /CRI_XCBC /
-
-    # Clone CRI_XCBC repository
-    #- git clone https://github.com/jprorama/CRI_XCBC.git /
-
-    # Clone CRI_Cluster_Monitor repository
-    #- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /
+       git clone https://github.com/jprorama/CRI_XCBC.git /
 
     EOF