mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
refac: python tar
This commit is contained in:
1125
resources/conda-lock.yml
Normal file
1125
resources/conda-lock.yml
Normal file
File diff suppressed because it is too large
Load Diff
12
resources/environment.yml
Normal file
12
resources/environment.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# environment.yml
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.11
|
||||
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
|
||||
Reference in New Issue
Block a user