fix conda install script
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
### install miniconda
|
### install miniconda
|
||||||
>apt update
|
>apt update
|
||||||
>apt wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
>wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
||||||
>bash Miniconda3-latest-Linux-x86_64.sh
|
>bash Miniconda3-latest-Linux-x86_64.sh
|
||||||
|
|
||||||
> conda create -n petals python=3.10
|
> conda create -n petals python=3.10
|
||||||
|
Reference in New Issue
Block a user