Changes between Version 22 and Version 23 of User Guide/Disk Images


Ignore:
Timestamp:
May 12, 2020, 12:41:41 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Disk Images

    v22 v23  
    11[[Include(WikiToC)]]
    2 == Disk Images
    3 
    4 === Summary
     2=== Disk Images
     3
     4==== Summary
    55
    66The imaging process is executed by the commands 'omf load' and 'omf save'
     
    1212The 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.
    1313
    14 === Security and Access
    15 ==== Images
     14==== Security and Access
     15===== Images
    1616
    1717Images you save are saved to the directory "/export/omf-images-5.4/"
     
    1919They 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.
    2020
    21 ==== SSH
     21===== SSH
    2222
    2323**
     
    3434
    3535
    36 === List of pre-defined images
     36==== List of pre-defined images
    3737
    3838{{{#!rst
     
    6565}}}
    6666
    67 ==== Bare
     67===== Bare
    6868
    6969This is a customized image, build off of Ubuntu Server 18.04
     
    156156[[CollapsibleEnd]]
    157157
    158 ==== Baseline
     158===== Baseline
    159159
    160160The baseline image is a very bare install of Ubuntu 18.04 Bionic
     
    275275[[CollapsibleEnd]]
    276276
    277 ==== Baseline GnuRadio
     277===== Baseline GnuRadio
    278278
    279279Baseline GnuRadio starts from Baseline_uhd and then builds gnuradio verion 3.8 from source, against the installed UHD version. (Currently 3.15)
     
    326326
    327327
    328 ==== Baseline CUDA
     328===== Baseline CUDA
    329329The 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.
    330330
     
    3403404. 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"'
    341341
    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
     350Documentation TODO
     351
     352===== Building a baseline image
    3493531. Use pxe or usb to install ubuntu netinstall iso
    3503541. Start it up, run update and dist-upgrade