Changes between Version 23 and Version 24 of User Guide/Disk Images
- Timestamp:
- May 12, 2020, 2:25:42 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Disk Images
v23 v24 1 1 [[Include(WikiToC)]] 2 == =Disk Images3 4 === =Summary2 == Disk Images 3 4 === Summary 5 5 6 6 The imaging process is executed by the commands 'omf load' and 'omf save' … … 12 12 The baseline image is a recommended starting point, as this provisioning tool does not currently work with standard .iso or similar files, instead using a custom compressed .ndz format. 13 13 14 === =Security and Access15 ==== =Images14 === Security and Access 15 ==== Images 16 16 17 17 Images you save are saved to the directory "/export/omf-images-5.4/" … … 19 19 They have permissions to be writable by your user, and readable by your group, and all logged in users. You can customize this via the chmod and chown commands. For example, you may want to restrict the ability to load your images to only members of a specific group. 20 20 21 ==== =SSH21 ==== SSH 22 22 23 23 ** … … 34 34 35 35 36 === = List of pre-defined images36 === Pre-defined images 37 37 38 38 {{{#!rst … … 65 65 }}} 66 66 67 ==== =Bare67 ==== Bare 68 68 69 69 This is a customized image, build off of Ubuntu Server 18.04 … … 156 156 [[CollapsibleEnd]] 157 157 158 ==== =Baseline158 ==== Baseline 159 159 160 160 The baseline image is a very bare install of Ubuntu 18.04 Bionic … … 275 275 [[CollapsibleEnd]] 276 276 277 ==== =Baseline GnuRadio277 ==== Baseline GnuRadio 278 278 279 279 Baseline GnuRadio starts from Baseline_uhd and then builds gnuradio verion 3.8 from source, against the installed UHD version. (Currently 3.15) … … 340 340 4. You will also have to add the directory of cuda binaries to the path. Edit the .profile file and add 'PATH="PATH:/usr/local/cuda/bin"' 341 341 342 ==== =Baseline Tensorflow343 344 ==== =Baseline Pytorch345 346 === =Advanced347 348 ==== =Image CI Pipieline342 ==== Baseline Tensorflow 343 344 ==== Baseline Pytorch 345 346 === Advanced 347 348 ==== Image CI Pipieline 349 349 350 350 Documentation TODO 351 351 352 ==== =Building a baseline image352 ==== Building a baseline image 353 353 1. Use pxe or usb to install ubuntu netinstall iso 354 354 1. Start it up, run update and dist-upgrade