Skip to content

Commit

Permalink
Update deprecated.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Oct 18, 2023
1 parent 192e3d1 commit ef86a81
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions devops/_config/deprecated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,26 @@ export TMPDIR=/home/$USER/tmp
mkdir $TMPDIR
export PIP_CACHE_DIR=/home/$USER/tmp
/virtualenv/env3/bin/pip cache dir
du -h
df -h
cd /wbia \

git clone https://github.com/WildMeOrg/wbia-plugin-pie.git -b patch-1
git clone https://github.com/tsubramanian/wbia-plugin-pie.git -b patch-1

/virtualenv/env3/bin/pip install --cache-dir $TMPDIR --upgrade Cython
/virtualenv/env3/bin/pip install --cache-dir $TMPDIR --upgrade gast

/virtualenv/env3/bin/pip cache purge
du -h
df -h

/bin/bash -xc '. /virtualenv/env3/bin/activate \
&& cd /wbia/wbia-plugin-pie \
&& /bin/bash run_developer_setup.sh'
du -h
# /virtualenv/env3/bin/pip install --cache-dir $TMPDIR \
# 'tensorflow-gpu==1.15.5' \
# 'keras==2.2.5'

df -h

/virtualenv/env3/bin/pip install --cache-dir $TMPDIR \
'tensorflow-gpu==1.15.5' \
'keras==2.2.5'

/virtualenv/env3/bin/pip install --cache-dir $TMPDIR --upgrade \
numpy
Expand Down

0 comments on commit ef86a81

Please sign in to comment.