Changes between Version 22 and Version 23 of User Guide/Disk Images
- Timestamp:
- May 12, 2020, 12:41:41 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Disk Images
v22 v23 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 ==== List of 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) … … 326 326 327 327 328 ==== Baseline CUDA328 ===== Baseline CUDA 329 329 The cuda baseline image is meant to be run on the cosmos server machines containing V100 GPUs. It is built with Nvidia drivers for the GPUs and CUDA libraries for general purpose GPU programming. The baseline image is built with driver version 410.104 with cuda 10.0 libraries. 330 330 … … 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 Tensorflow 343 344 ==== Baseline Pytorch 345 346 === Advanced 347 348 ==== Building a baseline image 342 ===== Baseline Tensorflow 343 344 ===== Baseline Pytorch 345 346 ==== Advanced 347 348 ===== Image CI Pipieline 349 350 Documentation TODO 351 352 ===== Building a baseline image 349 353 1. Use pxe or usb to install ubuntu netinstall iso 350 354 1. Start it up, run update and dist-upgrade