Skip to content

memani1/mlcommons

 
 

Repository files navigation

mlcommon

Contributors

Gregor von Laszewski, [email protected] https://github.com/laszewsk Juri https://github.com/juripapay

Install locally the web

git clone [email protected]:laszewsk/mlcommons.git
cd mlcommons
git submodule update --init --recursive

Install hugo locally Ubuntu 20.04

wget https://github.com/gohugoio/hugo/releases/download/v0.92.1/hugo_extended_0.92.1_Linux-64bit.deb
sudo dpkg --install hugo_extended_0.92.1_Linux-64bit.deb 

Install LTS version of nodejs

cd ~
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt -y install nodejs
node -v

Install PostCSS

npm install -D autoprefixer
npm install -D postcss-cli
npm install -D postcss

Install Asciidoctor

sudo apt-get install asciidoctor

Packages

No packages published

Languages

  • Jupyter Notebook 98.5%
  • Python 1.2%
  • Shell 0.3%
  • Dockerfile 0.0%
  • Makefile 0.0%
  • HTML 0.0%