diff options
-rwxr-xr-x | res/docker/docker-env-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/docker-env-conf.sh b/res/docker/docker-env-conf.sh index 2091b8e..ba89206 100755 --- a/res/docker/docker-env-conf.sh +++ b/res/docker/docker-env-conf.sh @@ -12,7 +12,7 @@ install_sf(){ rm -rf vfc-gvnfm-vnfres.zip wait pip install --upgrade setuptools pip - pip install --no-cache-dir --pre -r /service/vfc/gvnfm/vnfres/res/requirements.txt + pip install -r /service/vfc/gvnfm/vnfres/res/requirements.txt } add_user(){ |