summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh')
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh b/huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh
index c82b81a8..7c630937 100644
--- a/huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh
+++ b/huawei/vnfmadapter/VnfmadapterService/docker/docker-env-config.sh
@@ -12,7 +12,7 @@ install_sf(){
rm -f nfvo-driver-vnfm-huawei.zip
wait
pip install --upgrade setuptools pip
- pip install --no-cache-dir --pre -r /service/vfc/nfvo/driver/vnfm/svnfm/huawei/vnfmadapter/requirements.txt
+ pip install --no-cache-dir --pre -r /service/requirements.txt
find /service -name '*.sh'|xargs chmod a+x
}