mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +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
|