Skip to content

Commit

Permalink
Update deprecated.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 18, 2024
1 parent 98e4de2 commit fef56e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devops/_config/deprecated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ git clone https://github.com/WildMeOrg/wbia-plugin-pie.git
&& cd /wbia/wbia-plugin-pie \
&& /bin/bash run_developer_setup.sh'

#/virtualenv/env3/bin/pip install --no-cache-dir \
# 'tensorflow-gpu==1.15.5' \
# 'keras==2.2.5'
/virtualenv/env3/bin/pip install --no-cache-dir \
'tensorflow-gpu==1.15.4' \
'keras==2.2.5'

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

0 comments on commit fef56e0

Please sign in to comment.