Skip to content

add Dockerfile for Pyomo#88

Open
bryanpaget wants to merge 1 commit into
masterfrom
pyomo
Open

add Dockerfile for Pyomo#88
bryanpaget wants to merge 1 commit into
masterfrom
pyomo

Conversation

@bryanpaget
Copy link
Copy Markdown

This is for issue #86 .

@bryanpaget bryanpaget requested a review from a team as a code owner May 4, 2022 14:42
Comment thread pyomo/Dockerfile
EXPOSE 8888

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

Copy link
Copy Markdown
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?

Comment thread pyomo/Dockerfile
scipy \
sklearn

RUN python3 -m pip install -U pybind11 spdlog
Copy link
Copy Markdown
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