You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
899 B
24 lines
899 B
# 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
|
|
|