Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

TravisCI fixes - #214

Merged
lukeyeager merged 1 commit into
NVIDIA:masterfrom
lukeyeager:travis-fixes
Aug 12, 2015
Merged

TravisCI fixes#214
lukeyeager merged 1 commit into
NVIDIA:masterfrom
lukeyeager:travis-fixes

Conversation

@lukeyeager

Copy link
Copy Markdown
Member

Travis started failing with this error:

  File "/home/travis/miniconda/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/travis/.cache/pip/wheels/b7'

https://travis-ci.org/NVIDIA/DIGITS/builds/75335608

I fixed this by chowning all of ~/.cache to travis:travis. This is admittedly pretty lazy. I should probably figure out which package changed, but I don't have time at the present.

Travis started failing with this error:

      File "/home/travis/miniconda/lib/python2.7/os.py", line 157, in makedirs
        mkdir(name, mode)
    OSError: [Errno 13] Permission denied: '/home/travis/.cache/pip/wheels/b7'

I fixed this by chowning all of ~/.cache to travis:travis
Also changed the verbosity of the install_caffe script
lukeyeager added a commit that referenced this pull request Aug 12, 2015
@lukeyeager
lukeyeager merged commit 6e84807 into NVIDIA:master Aug 12, 2015
@lukeyeager
lukeyeager deleted the travis-fixes branch August 12, 2015 23:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant