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

add Dockerfile for Pyomo #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add Dockerfile for Pyomo #88

wants to merge 1 commit into from

Conversation

bryanpaget
Copy link

This is for issue #86 .

@bryanpaget bryanpaget requested a review from a team as a code owner May 4, 2022 14:42
EXPOSE 8888

ENTRYPOINT ["jupyter", "lab","--ip=0.0.0.0","--allow-root"]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the https://github.com/StatCan/aaw-contrib-containers readme, should we switch to a non-root user at the end of this?

scipy \
sklearn

RUN python3 -m pip install -U pybind11 spdlog
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also according to https://github.com/StatCan/aaw-contrib-containers readme, combine statements to reduce dockerfile layers and save space! :)

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.

2 participants