diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index a930060614d8ab3d5fa690d502f9f12cfea2dc35..18365b34fc77f52aeb835204e6c5965b9e15f857 100644
--- a/ohpc-instance/main.tf
+++ b/ohpc-instance/main.tf
@@ -43,12 +43,13 @@ 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 /
+    #- 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/eesaanatluri/CRI_Cluster_Monitor.git /
 
     EOF