# apt install -qqq textlive # pip install --upgrade -r /home/jovyan/code/requirements.txt # tlmgr update --self && tlmgr install scheme-full # install a package into the default (python 3.x) environment and cleanup after the installation # mamba install --quiet --yes some-package && \ # mamba clean --all -f -y && \ # fix-permissions "${CONDA_DIR}" && \ # fix-permissions "/home/${NB_USER}" # pip install --quiet --no-cache-dir some-package && \ # fix-permissions "${CONDA_DIR}" && \ # fix-permissions "/home/${NB_USER}" # conda install --quiet --yes some-package && \ # conda clean --all -f -y && \ # fix-permissions "${CONDA_DIR}" && \ # fix-permissions "/home/${NB_USER}" # apt install -y libxss1 libappindicator1 libindicator7 # wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb # dpkg -i google-chrome*.deb # apt install -y -f