Merged
Conversation
Contributor
Author
|
I just found that while this builds, the conda environment solver is installing torchvision 0.2.2 which is an old version. Let's hold on merging this until I figure out how to fix that |
…pytorch+torchvision
Contributor
Author
|
The torchvision issue is solved with the latest commit. Python 3.9 was the issue |
Contributor
Author
|
Looks like the pixman bug is re-introduced with this patch to the Dockerfile. Hold merging until that's fixed |
Contributor
Author
|
Seems like the bug doesn't happen with ubuntu 18, so downgrading did the trick. All is in order now |
Contributor
|
Can’t you install it from source?
… On 13 Jul 2021, at 13:32, Francesco Dal Canton ***@***.***> wrote:
Seems like the bug doesn't happen with ubuntu 18, so downgrading did the trick. All is in order now
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Contributor
Author
|
I haven't been able to do that in docker yet, the |
- Make resulting docker smaller - Install pixman and cairo from scratch - Compile pytorch and torchvision specifically for dlup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Raises versions of python, pytorch, cuda, ubuntu. Also adds the jupyter notebook config back.