-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathR2021a.pkrvars.hcl
29 lines (28 loc) · 3.34 KB
/
R2021a.pkrvars.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2024-2025 The MathWorks, Inc.
// Use this Packer configuration file to build an Azure VHD with MATLAB R2021a installed.
// For more information on these variables, see /packer/v1/build-azure-matlab.pkr.hcl.
RELEASE = "R2021a"
STARTUP_SCRIPTS = [
"env.ps1",
"10_Install-NiceDCV.ps1",
"20_Setup-MATLAB.ps1",
"30_Setup-DDUX.ps1",
"90_WarmUp-MATLAB.ps1",
"99_Run-Optional-User-Command.ps1"
]
BUILD_SCRIPTS = [
"Install-StartupScripts.ps1",
"Install-Dependencies.ps1",
"Install-NVIDIADrivers.ps1",
"Install-MATLAB.ps1",
"Setup-DDUX.ps1",
"Remove-IE.ps1"
]
PRODUCTS = "5G_Toolbox AUTOSAR_Blockset Aerospace_Blockset Aerospace_Toolbox Antenna_Toolbox Audio_Toolbox Automated_Driving_Toolbox Bioinformatics_Toolbox Communications_Toolbox Computer_Vision_Toolbox Control_System_Toolbox Curve_Fitting_Toolbox DDS_Blockset DSP_System_Toolbox Data_Acquisition_Toolbox Database_Toolbox Datafeed_Toolbox Deep_Learning_HDL_Toolbox Deep_Learning_Toolbox Econometrics_Toolbox Embedded_Coder Filter_Design_HDL_Coder Financial_Instruments_Toolbox Financial_Toolbox Fixed-Point_Designer Fuzzy_Logic_Toolbox GPU_Coder Global_Optimization_Toolbox HDL_Coder HDL_Verifier Image_Acquisition_Toolbox Image_Processing_Toolbox Instrument_Control_Toolbox LTE_Toolbox Lidar_Toolbox MATLAB MATLAB_Coder MATLAB_Compiler MATLAB_Compiler_SDK MATLAB_Production_Server MATLAB_Report_Generator MATLAB_Web_App_Server Mapping_Toolbox Mixed-Signal_Blockset Model_Predictive_Control_Toolbox Model-Based_Calibration_Toolbox Motor_Control_Blockset Navigation_Toolbox OPC_Toolbox Optimization_Toolbox Parallel_Computing_Toolbox Partial_Differential_Equation_Toolbox Phased_Array_System_Toolbox Powertrain_Blockset Predictive_Maintenance_Toolbox RF_Blockset RF_Toolbox ROS_Toolbox Radar_Toolbox Reinforcement_Learning_Toolbox Risk_Management_Toolbox Robotics_System_Toolbox Robust_Control_Toolbox Satellite_Communications_Toolbox Sensor_Fusion_and_Tracking_Toolbox SerDes_Toolbox Signal_Processing_Toolbox SimBiology SimEvents Simscape Simscape_Driveline Simscape_Electrical Simscape_Fluids Simscape_Multibody Simulink Simulink_3D_Animation Simulink_Check Simulink_Coder Simulink_Compiler Simulink_Control_Design Simulink_Coverage Simulink_Design_Optimization Simulink_Design_Verifier Simulink_Desktop_Real-Time Simulink_PLC_Coder Simulink_Real-Time Simulink_Report_Generator Simulink_Requirements Simulink_Test SoC_Blockset Spreadsheet_Link Stateflow Statistics_and_Machine_Learning_Toolbox Symbolic_Math_Toolbox System_Composer System_Identification_Toolbox Text_Analytics_Toolbox UAV_Toolbox Vehicle_Dynamics_Blockset Vehicle_Network_Toolbox Vision_HDL_Toolbox WLAN_Toolbox Wavelet_Toolbox Wireless_HDL_Toolbox"
DCV_INSTALLER_URL = "https://d1uj6qtbmh3dt5.cloudfront.net/2023.0/Servers/nice-dcv-server-x64-Release-2023.0-15487.msi"
NVIDIA_DRIVER_INSTALLER_URL = "https://us.download.nvidia.com/tesla/454.23/454.23-data-center-tesla-desktop-winserver-2019-2016-international.exe"
PYTHON_INSTALLER_URL = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe"
EDGE_INSTALLER_URL = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/624ce5ea-33a7-47f1-af28-5c677f0c18bf/MicrosoftEdgeEnterpriseX64.msi"
IMAGE_PUBLISHER = "MicrosoftWindowsServer"
IMAGE_OFFER = "WindowsServer"
IMAGE_SKU = "2019-Datacenter"