Git Product home page Git Product logo

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.

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.

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

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.