From 13f4cb1217875c683e9abfd47b251da585f47b9e Mon Sep 17 00:00:00 2001 From: Rebecca McFadden Date: Fri, 2 Aug 2019 16:06:40 -0700 Subject: [PATCH] changed file permissions to 755 --- code_search/docker/ks/launch_search_index_creator_job.sh | 0 code_search/docker/ks/submit_code_embeddings_job.sh | 0 code_search/docker/ks/update_index.sh | 0 code_search/docker/t2t/t2t-entrypoint.sh | 0 code_search/docker/ui/build.sh | 0 code_search/src/code_search/nmslib/cli/start_test_server.sh | 0 demos/simple_pipeline/gpu-example-pipeline.py | 0 demos/yelp_demo/demo_setup/create_context.sh | 0 demos/yelp_demo/pipelines/gpu-example-pipeline.py | 0 demos/yelp_demo/yelp/yelp_sentiment/worker_launcher.sh | 0 github_issue_summarization/Makefile | 0 .../kubeflow-resources/containers/tf-serving-gh/build.sh | 0 .../pipelines/components/t2t/containers/base/build.sh | 0 .../pipelines/components/t2t/containers/t2t_app/build.sh | 0 .../pipelines/components/t2t/containers/t2t_proc/build.sh | 0 .../pipelines/components/t2t/containers/t2t_train/build.sh | 0 .../pipelines/components/t2t/containers/webapp-launcher/build.sh | 0 mnist/Makefile | 0 mnist/training/base/definition.sh | 0 pipelines/mnist-pipelines/deploy-service/src/deploy.sh | 0 pytorch_mnist/Makefile | 0 pytorch_mnist/serving/seldon-wrapper/build_image.sh | 0 pytorch_mnist/training/ddp/mnist/Dockerfile.traingpu | 0 pytorch_mnist/training/ddp/mnist/build_image.sh | 0 pytorch_mnist/training/ddp/mnist/mnist_DDP.py | 0 pytorch_mnist/web-ui/build_image.sh | 0 test/copy_secret.sh | 0 27 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 code_search/docker/ks/launch_search_index_creator_job.sh mode change 100644 => 100755 code_search/docker/ks/submit_code_embeddings_job.sh mode change 100644 => 100755 code_search/docker/ks/update_index.sh mode change 100644 => 100755 code_search/docker/t2t/t2t-entrypoint.sh mode change 100644 => 100755 code_search/docker/ui/build.sh mode change 100644 => 100755 code_search/src/code_search/nmslib/cli/start_test_server.sh mode change 100644 => 100755 demos/simple_pipeline/gpu-example-pipeline.py mode change 100644 => 100755 demos/yelp_demo/demo_setup/create_context.sh mode change 100644 => 100755 demos/yelp_demo/pipelines/gpu-example-pipeline.py mode change 100644 => 100755 demos/yelp_demo/yelp/yelp_sentiment/worker_launcher.sh mode change 100644 => 100755 github_issue_summarization/Makefile mode change 100644 => 100755 github_issue_summarization/pipelines/components/kubeflow-resources/containers/tf-serving-gh/build.sh mode change 100644 => 100755 github_issue_summarization/pipelines/components/t2t/containers/base/build.sh mode change 100644 => 100755 github_issue_summarization/pipelines/components/t2t/containers/t2t_app/build.sh mode change 100644 => 100755 github_issue_summarization/pipelines/components/t2t/containers/t2t_proc/build.sh mode change 100644 => 100755 github_issue_summarization/pipelines/components/t2t/containers/t2t_train/build.sh mode change 100644 => 100755 github_issue_summarization/pipelines/components/t2t/containers/webapp-launcher/build.sh mode change 100644 => 100755 mnist/Makefile mode change 100644 => 100755 mnist/training/base/definition.sh mode change 100644 => 100755 pipelines/mnist-pipelines/deploy-service/src/deploy.sh mode change 100644 => 100755 pytorch_mnist/Makefile mode change 100644 => 100755 pytorch_mnist/serving/seldon-wrapper/build_image.sh mode change 100644 => 100755 pytorch_mnist/training/ddp/mnist/Dockerfile.traingpu mode change 100644 => 100755 pytorch_mnist/training/ddp/mnist/build_image.sh mode change 100644 => 100755 pytorch_mnist/training/ddp/mnist/mnist_DDP.py mode change 100644 => 100755 pytorch_mnist/web-ui/build_image.sh mode change 100644 => 100755 test/copy_secret.sh diff --git a/code_search/docker/ks/launch_search_index_creator_job.sh b/code_search/docker/ks/launch_search_index_creator_job.sh old mode 100644 new mode 100755 diff --git a/code_search/docker/ks/submit_code_embeddings_job.sh b/code_search/docker/ks/submit_code_embeddings_job.sh old mode 100644 new mode 100755 diff --git a/code_search/docker/ks/update_index.sh b/code_search/docker/ks/update_index.sh old mode 100644 new mode 100755 diff --git a/code_search/docker/t2t/t2t-entrypoint.sh b/code_search/docker/t2t/t2t-entrypoint.sh old mode 100644 new mode 100755 diff --git a/code_search/docker/ui/build.sh b/code_search/docker/ui/build.sh old mode 100644 new mode 100755 diff --git a/code_search/src/code_search/nmslib/cli/start_test_server.sh b/code_search/src/code_search/nmslib/cli/start_test_server.sh old mode 100644 new mode 100755 diff --git a/demos/simple_pipeline/gpu-example-pipeline.py b/demos/simple_pipeline/gpu-example-pipeline.py old mode 100644 new mode 100755 diff --git a/demos/yelp_demo/demo_setup/create_context.sh b/demos/yelp_demo/demo_setup/create_context.sh old mode 100644 new mode 100755 diff --git a/demos/yelp_demo/pipelines/gpu-example-pipeline.py b/demos/yelp_demo/pipelines/gpu-example-pipeline.py old mode 100644 new mode 100755 diff --git a/demos/yelp_demo/yelp/yelp_sentiment/worker_launcher.sh b/demos/yelp_demo/yelp/yelp_sentiment/worker_launcher.sh old mode 100644 new mode 100755 diff --git a/github_issue_summarization/Makefile b/github_issue_summarization/Makefile old mode 100644 new mode 100755 diff --git a/github_issue_summarization/pipelines/components/kubeflow-resources/containers/tf-serving-gh/build.sh b/github_issue_summarization/pipelines/components/kubeflow-resources/containers/tf-serving-gh/build.sh old mode 100644 new mode 100755 diff --git a/github_issue_summarization/pipelines/components/t2t/containers/base/build.sh b/github_issue_summarization/pipelines/components/t2t/containers/base/build.sh old mode 100644 new mode 100755 diff --git a/github_issue_summarization/pipelines/components/t2t/containers/t2t_app/build.sh b/github_issue_summarization/pipelines/components/t2t/containers/t2t_app/build.sh old mode 100644 new mode 100755 diff --git a/github_issue_summarization/pipelines/components/t2t/containers/t2t_proc/build.sh b/github_issue_summarization/pipelines/components/t2t/containers/t2t_proc/build.sh old mode 100644 new mode 100755 diff --git a/github_issue_summarization/pipelines/components/t2t/containers/t2t_train/build.sh b/github_issue_summarization/pipelines/components/t2t/containers/t2t_train/build.sh old mode 100644 new mode 100755 diff --git a/github_issue_summarization/pipelines/components/t2t/containers/webapp-launcher/build.sh b/github_issue_summarization/pipelines/components/t2t/containers/webapp-launcher/build.sh old mode 100644 new mode 100755 diff --git a/mnist/Makefile b/mnist/Makefile old mode 100644 new mode 100755 diff --git a/mnist/training/base/definition.sh b/mnist/training/base/definition.sh old mode 100644 new mode 100755 diff --git a/pipelines/mnist-pipelines/deploy-service/src/deploy.sh b/pipelines/mnist-pipelines/deploy-service/src/deploy.sh old mode 100644 new mode 100755 diff --git a/pytorch_mnist/Makefile b/pytorch_mnist/Makefile old mode 100644 new mode 100755 diff --git a/pytorch_mnist/serving/seldon-wrapper/build_image.sh b/pytorch_mnist/serving/seldon-wrapper/build_image.sh old mode 100644 new mode 100755 diff --git a/pytorch_mnist/training/ddp/mnist/Dockerfile.traingpu b/pytorch_mnist/training/ddp/mnist/Dockerfile.traingpu old mode 100644 new mode 100755 diff --git a/pytorch_mnist/training/ddp/mnist/build_image.sh b/pytorch_mnist/training/ddp/mnist/build_image.sh old mode 100644 new mode 100755 diff --git a/pytorch_mnist/training/ddp/mnist/mnist_DDP.py b/pytorch_mnist/training/ddp/mnist/mnist_DDP.py old mode 100644 new mode 100755 diff --git a/pytorch_mnist/web-ui/build_image.sh b/pytorch_mnist/web-ui/build_image.sh old mode 100644 new mode 100755 diff --git a/test/copy_secret.sh b/test/copy_secret.sh old mode 100644 new mode 100755