/lscripts-docker

Forked from https://github.com/skillplot/lscripts-docker

Primary LanguageShellApache License 2.0Apache-2.0

Lscripts Docker

Linux Scripts For Deep Learning Projects

About

Lscripts Docker or lsd is a collection of shell scipts, designed to be installed per-user, and invoked per-shell. lsd should work on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), but it's developed and tested on bash in particular to Ubuntu 18.04 LTS.

Configuration Option

environment variables

export LSCRIPTS__BASENAME="lsdhub"
export LSCRIPTS__ROOT="/boozo-hub"
##
export LSCRIPTS__BANNER=1
export LSCRIPTS__BANNER_TYPE="skillplot-1"
##
export LSCRIPTS__DEBUG=1
export LSCRIPTS__LOG_LEVEL=8
##
export LSCRIPTS__VMHOME=""
export LSCRIPTS__PYVENV_PATH=""
export LSCRIPTS__WSGIPYTHONPATH=""
export LSCRIPTS__WSGIPYTHONHOME=""
export LSCRIPTS__ANDROID_HOME=""
export LSCRIPTS__APACHE_HOME=""
export LSCRIPTS__WWW_HOME=""
export LSCRIPTS__DOWNLOADS=""
export LSCRIPTS__EXTERNAL_HOME=""

Installation

wip: work-in-progress

To install or update lsd, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command:

  1. Clone the repo
    git clone https://github.com/skillplot/lscripts-docker.git
  2. Put the following in the end of the ~/.bashrc file. Change the path where you cloned the repo:
    export LSCRIPTS_DOCKER="/<replace_this_with_basepath>/lscripts-docker"
    [ -f ${LSCRIPTS_DOCKER}/lscripts/lscripts.env.sh ] && source ${LSCRIPTS_DOCKER}/lscripts/lscripts.env.sh

Verify Installation

To verify that lscripts-docker has been installed, do:

command -v lsd-ls

Copyright and License Terms

Content under /docs directory under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit link:https://creativecommons.org/licenses/by-ncsa/3.0[https://creativecommons.org/licenses/by-ncsa/3.0 ].

All other content under License terms.

Copyright 2016-2021 Bhaskar Mangal (a.k.a. mangalbhaskar). All rights reserved.
__author__ = 'mangalbhaskar'