Skip to content

Commit

Permalink
Merge pull request #267 from WildMeOrg/build-issue-no-space-left
Browse files Browse the repository at this point in the history
add no cache to TF
  • Loading branch information
holmbergius authored Feb 7, 2024
2 parents ebf23cd + 1e3e836 commit fbb7ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo rm -rf /opt/hostedtoolcache
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
Expand Down
4 changes: 2 additions & 2 deletions devops/_config/deprecated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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 --cache-dir $TMPDIR \
/virtualenv/env3/bin/pip install --no-cache-dir \
'tensorflow-gpu==1.15.5' \
'keras==2.2.5'

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

/virtualenv/env3/bin/python -c "import wbia_pie; from wbia_pie.__main__ import main; main()"

0 comments on commit fbb7ddf

Please sign in to comment.