Skip to content
Snippets Groups Projects

Reorganisate docker layer

Files

#!/usr/bin/env bash
wget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
bash Anaconda3-2023.09-0-Linux-x86_64.sh -b
chown kasm-user:kasm-user anaconda3
cat anaconda3/etc/profile.d/conda.sh >> /home/kasm-default-profile/.bashrc
Loading