matlab-integration-for-jupyter
matlab-integration-for-jupyter copied to clipboard
Create Jupyter Docker images with MATLAB integration
Just start it up, and let it stay in idle. After 5-6 minutes, it crashes, without further interactions.
ARG MATLAB_RELEASE=r2022a ARG MATLAB_PRODUCT_LIST="MATLAB" ARG MW_CONTEXT_TAGS=MATLAB_PROXY:JUPYTER:MPM:V1 FROM mltooling/ml-workspace-gpu:0.13.2 AS base_jupyter_image FROM base_jupyter_image ARG MW_CONTEXT_TAGS ARG MATLAB_RELEASE ARG MATLAB_PRODUCT_LIST USER root ENV DEBIAN_FRONTEND="noninteractive" TZ="Asia/Taipei" ARG MATLAB_DEPS_REQUIREMENTS_FILE="https://raw.githubusercontent.com/mathworks-ref-arch/container-images/main/matlab-deps/${MATLAB_RELEASE}/ubuntu20.04/base-dependencies.txt" ARG MATLAB_DEPS_REQUIREMENTS_FILE_NAME="matlab-deps-${MATLAB_RELEASE}-base-dependencies.txt" RUN wget ${MATLAB_DEPS_REQUIREMENTS_FILE}...
Creating this issue on behalf of "Lee Savoie" Listed below is the description of the issue: "We are running MATLAB with Jupyter in a docker container based on this repository:...
Currently I am using JupyterHub to organize students' access to our university server. When users run a matlab script, it only saves the results if the user continue to open...