Problem:
Mathworks seems to be updating the proxy about every 2-3 months. v0.3.2 introduces two new environment variables that must be set, which I'm now handling via the image object. I've also introduced the WT_MATLAB_PROXY_VERSION env var via wt_env to supporting configuring the proxy package version going forward without rebuilding.
Problem: Mathworks seems to be updating the proxy about every 2-3 months. v0.3.2 introduces two new environment variables that must be set, which I'm now handling via the image object. I've also introduced the
WT_MATLAB_PROXY_VERSION
env var viawt_env
to supporting configuring the proxy package version going forward without rebuilding.To test without using WT:
pip install -e .
)cd repo2docke_wholetale/examples/matlab
repo2docker --config /home/ubuntu/repo2docker_wholetale/repo2docker_config.py --user-name jovyan --user-id 1000 --debug --no-run . 2>&1 | grep jupyter-matlab-proxy
jupyter-matlab-proxy==v0.3.2
jupyter-matlab-proxy==v0.3.1
To test with WT:
gwvolman/constants.py
or just use mycraigwillis/repo2docker_wholetale:matlab
WT_MATLAB_PROXY_VERSION
tov0.3.1
and re-test.