-
Notifications
You must be signed in to change notification settings - Fork 47
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
QPPC-0000 updatedocker #684
Conversation
Kudos, SonarCloud Quality Gate passed!
|
FROM jupyter/datascience-notebook | ||
|
||
RUN pip install tabulate pytest | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pytest was not available in the previous docker also the python version was 3.6
That reminds me ( regarding Java 11 docker update ) , this one I worked on last week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Motivation for change
This is related to QPPC-4141 I realized that the docker is not "general purpose docker" and its python version restricts some of the things which can be done. This PR is meant to update the docker from
https://hub.docker.com/r/bayesimpact/c2q-data-analysis to a generic docker and ensure all the scripts can be executed through that.
What is being changed
Release checklist:
Tasks that must be done prior to merging this PR, including testing.
Associated JIRA tickets: