Giter Site home page Giter Site logo

mbonvini / modelicainaction Goto Github PK

View Code? Open in Web Editor NEW
40.0 13.0 14.0 754 KB

Modelica In Action

Home Page: http://marcobonvini.com/modelica/2017/01/02/modelica-in-action.html

License: MIT License

Makefile 0.54% Jupyter Notebook 92.79% Modelica 3.78% Dockerfile 2.89%
modelica modelica-models ipython-notebook docker-container

modelicainaction's People

Contributors

mbonvini avatar tbeu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

modelicainaction's Issues

Assimulo SVN checkout fails during build

@mbonvini Thank you for sharing this great project! It was really helpful for me to get started with JModelica in Docker.

When I tried to build the container, I got an error with the SVN checkout that seems to be caused by Assimulo and is probably the same problem as reported at http://www.jmodelica.org/27850#comment-6589

I worked around this changing

RUN svn co https://svn.jmodelica.org/trunk JModelica.org

to

RUN svn co https://svn.jmodelica.org/trunk JModelica.org; exit 0  # Notice the workaround `; exit 0`

# Workaround from http://www.jmodelica.org/27850#comment-6589
WORKDIR /home/docker/to_install/JModelica.org/external
RUN svn co https://svn.jmodelica.org/assimulo/trunk Assimulo

Just thought I'd report this in case it is useful to you and others. I could also create a PR for this, but it's a bit of a hack, so I wanted to raise the issue here first.

no tag latest

Being a complete docker newbie, I failed to install your docker image, see error message below:

make download-image
docker pull modelicainaction/jmodelica
Using default tag: latest
Pulling repository docker.io/modelicainaction/jmodelica
Tag latest not found in repository docker.io/modelicainaction/jmodelica

Question - Where is Ipopt in Docker?

Hi,
I appreciate your Dockerfile. I followed it and successfully compiled Ipopt. But I couldn't find the executable. I was trying to call Ipopt with Pyomo, like:
solver = SolverFactory ('ipopt',executable = opt_dir)
What should I put at 'opt_dir'?

Thank you in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.