File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# Argument shared across multi-stage build to hold location of installed MATLAB
4
4
ARG BASE_ML_INSTALL_LOC=/tmp/matlab-install-location
5
5
6
- # Replace "matlab" with the Docker image that contains MATLAB
6
+ # Replace "mathworks/ matlab" with any Docker image that contains MATLAB
7
7
# MATLAB should be available on the path in the Docker image
8
- FROM matlab AS matlab-install-stage
8
+ FROM mathworks/ matlab AS matlab-install-stage
9
9
ARG BASE_ML_INSTALL_LOC
10
10
11
11
# Run code to locate a MATLAB install in the base image and softlink
@@ -98,7 +98,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -
98
98
USER $NB_USER
99
99
100
100
# Install integration
101
- RUN python -m pip install https://github.com/mathworks/jupyter-matlab-proxy/archive/0.1 .0.tar.gz
101
+ RUN python -m pip install https://github.com/mathworks/jupyter-matlab-proxy/archive/v0.2 .0.tar.gz
102
102
103
103
# Ensure jupyter-server-proxy JupyterLab extension is installed
104
104
RUN jupyter labextension install @jupyterlab/server-proxy
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -
73
73
USER $NB_USER
74
74
75
75
# Install integration
76
- RUN python -m pip install https://github.com/mathworks/jupyter-matlab-proxy/archive/0.1 .0.tar.gz
76
+ RUN python -m pip install https://github.com/mathworks/jupyter-matlab-proxy/archive/v0.2 .0.tar.gz
77
77
78
78
# Ensure jupyter-server-proxy JupyterLab extension is installed
79
79
RUN jupyter labextension install @jupyterlab/server-proxy
You can’t perform that action at this time.
0 commit comments