mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
16 lines
291 B
YAML
16 lines
291 B
YAML
# environment.yml
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.11
|
|
- pip
|
|
- uv
|
|
- git
|
|
platforms:
|
|
- linux-64
|
|
- linux-aarch64 # aka arm64, use for Docker on Apple Silicon
|
|
- osx-64
|
|
- osx-arm64 # For Apple Silicon, e.g. M1/M2
|
|
- win-64
|
|
# TODO: Add win-arm64 when available
|