Giter Site home page Giter Site logo

mathworks-ref-arch / container-images Goto Github PK

View Code? Open in Web Editor NEW
32.0 11.0 9.0 90 KB

MathWorks container images on Docker Hub

Home Page: https://hub.docker.com/orgs/mathworks/repositories

License: Other

Dockerfile 51.08% Shell 38.95% Python 9.97%
docker dockerhub

container-images's Introduction

Container Images

This repository contains source files for the container images published by MathWorks on Docker Hub.

Technical Support

If you require assistance or have a request for additional features or capabilities, please contact MathWorks Technical Support.


Copyright 2019-2024 The MathWorks, Inc.


container-images's People

Contributors

epaganon avatar jprendes-mw avatar michaelmcdonnellmw avatar mw-vmaffet avatar mwthomash avatar prabhakk-mw avatar tianwang-mw avatar zeeshaanali 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

container-images's Issues

Errors when building matlab-deps-r2022b-ubuntu20.04

As of a couple days ago the matlab-deps-r2022b-ubuntu20.04 job started failing with the following (also able to reproduce when trying to manually build):

 > [6/7] RUN export DEBIAN_FRONTEND=noninteractive &&    wget -q https://github.com/mathworks/build-glibc-bz-19329-patch/releases/download/ubuntu-focal/all-packages.tar.gz &&    tar -x -f all-packages.tar.gz         --exclude glibc-*.deb         --exclude libc6-dbg*.deb &&    apt-get install --yes --no-install-recommends ./*.deb &&    rm -fr /packages:                                                   
#0 6.229 Reading package lists...                                                                                                      
#0 6.255 Building dependency tree...                                                                                                   
#0 6.255 Reading state information...
#0 6.325 Suggested packages:
#0 6.325   manpages glibc-doc manpages-dev bpftrace
#0 6.325 Recommended packages:
#0 6.325   manpages manpages-dev gcc-multilib
#0 6.419 The following NEW packages will be installed:
#0 6.419   libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-pic
#0 6.419   libc6-prof libc6-x32 nscd
#0 6.419 The following packages will be upgraded:
#0 6.419   libc-bin
#0 6.419 The following packages will be DOWNGRADED:
#0 6.419   libc6 locales locales-all
#0 6.420 1 upgraded, 9 newly installed, 3 downgraded, 0 to remove and 0 not upgraded.
#0 6.420 E: Packages were downgraded and -y was used without --allow-downgrades.
------
Dockerfile:18
--------------------
  17 |     WORKDIR /packages
  18 | >>> RUN export DEBIAN_FRONTEND=noninteractive &&\
  19 | >>>     wget -q https://github.com/mathworks/build-glibc-bz-19329-patch/releases/download/ubuntu-focal/all-packages.tar.gz &&\
  20 | >>>     tar -x -f all-packages.tar.gz \
  21 | >>>         --exclude glibc-*.deb \
  22 | >>>         --exclude libc6-dbg*.deb &&\
  23 | >>>     apt-get install --yes --no-install-recommends ./*.deb &&\
  24 | >>>     rm -fr /packages
  25 |     WORKDIR /
--------------------
ERROR: failed to solve: process "/bin/sh -c export DEBIAN_FRONTEND=noninteractive &&    wget -q https://github.com/mathworks/build-glibc-bz-19329-patch/releases/download/ubuntu-focal/all-packages.tar.gz &&    tar -x -f all-packages.tar.gz         --exclude glibc-*.deb         --exclude libc6-dbg*.deb &&    apt-get install --yes --no-install-recommends ./*.deb &&    rm -fr /packages" did not complete successfully: exit code: 100

This is the section of the Dockerfile that the error references:

# Install patched glibc - See https://github.com/mathworks/build-glibc-bz-19329-patch
# Note: base-dependencies.txt includes libcrypt-dev and linux-libc-dev to enable installation of patched -dev packages
WORKDIR /packages
RUN export DEBIAN_FRONTEND=noninteractive &&\
wget -q https://github.com/mathworks/build-glibc-bz-19329-patch/releases/download/ubuntu-focal/all-packages.tar.gz &&\
tar -x -f all-packages.tar.gz \
--exclude glibc-*.deb \
--exclude libc6-dbg*.deb &&\
apt-get install --yes --no-install-recommends ./*.deb &&\
rm -fr /packages
WORKDIR /

Support Dockerfile for Windows

It's very cool to use matlab in docker, but i missing the posibility to run matlab in Windows based docker image.

Do Mathworks support this?

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.