Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing fix to dockerfile with order of installing pydicom #82

Merged
merged 2 commits into from
Dec 24, 2018

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Dec 24, 2018

Description

The issue #81 reports that the order of installing pydicom before a specific version of matplotlib leads to a change in python so pydicom is not found. This PR will adjust the ordering, installing pydicom after, to hopefully fix the issue.

Related issues: # 81

Please test the following container:

docker run pydicom/deid:0.0.23

Note that the tag version is off, which is okay because it's just a testing container :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant