mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export PATH=$PATH:/opt/conda/bin
|
||
|
|
||
|
conda env create --name petals --file $1
|