Files
FishServer/packaging/conda-fishserver.yaml
2026-04-08 19:32:23 +08:00

13 lines
285 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 仅 Conda 基础包PyTorch 与其它 pip 包由 bootstrap_fishserver.sh 安装(可绕过全局 pip 镜像超时)。
#
# bash packaging/bootstrap_fishserver.sh
#
name: fishserver
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- numpy>=1.23
- opencv>=4.8