Skip to content

Commit

Permalink
deploy: improve source deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jarviszeng-zjc committed Oct 26, 2019
1 parent 94c51b9 commit b72b6fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster-deploy/scripts/deploy/fate_base/env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
sudo yum -y install gcc gcc-c++ make autoconfig openssl-devel supervisor gmp-devel mpfr-devel libmpc-devel libaio numactl autoconf automake libtool libffi-dev
sudo yum -y install gcc gcc-c++ make openssl-devel supervisor gmp-devel mpfr-devel libmpc-devel libaio numactl autoconf automake libtool libffi-devel snappy snappy-devel zlib zlib-devel bzip2 bzip2-devel lz4-devel libasan

2 changes: 1 addition & 1 deletion cluster-deploy/scripts/deploy/fate_base/python/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pip_env_install() {
${miniconda3_dir}/bin/virtualenv -p ${miniconda3_dir}/bin/python3.6 --no-wheel --no-setuptools --no-download ${venv_dir}
source ${venv_dir}/bin/activate
pip install --upgrade ./pip-packages-fate-${python_version}/pip-18.1-py2.py3-none-any.whl
pip install ./pip-packages-fate-${python_version}/setuptools-40.6.3-py2.py3-none-any.whl
pip install ./pip-packages-fate-${python_version}/setuptools-41.4.0-py2.py3-none-any.whl
pip install ./pip-packages-fate-${python_version}/wheel-0.32.3-py2.py3-none-any.whl
pip install -r ./requirements.txt -f ./pip-packages-fate-${python_version} --no-index
pip list | wc -l
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
absl-py==0.4.0
absl-py==0.8.1
astor==0.7.1
audioread==2.1.6
backcall==0.1.0
Expand Down Expand Up @@ -113,7 +113,7 @@ scipy==1.1.0
seaborn==0.7.1
Send2Trash==1.5.0
simplegeneric==0.8.1
six==1.10.0
six==1.12.0
sklearn==0.0
socketIO-client==0.7.2
SoundFile==0.9.0.post1
Expand Down

0 comments on commit b72b6fb

Please sign in to comment.