2026/4/6 7:55:08
网站建设
项目流程
网站做的好不好,制作专业网站,备案域名查询,dw网页设计位置1自从debian 11停止维护以后#xff0c;alas的docker部署就出了问题。以下是相关配置文件的修改#xff0c;在本人的计算机上测试部署生效。
测试环境#xff1a;System Report detailsDate generated: 2026-01-16 16:52:56Hardware Information:Hardware Model: MECHREVO Ji…自从debian 11停止维护以后alas的docker部署就出了问题。以下是相关配置文件的修改在本人的计算机上测试部署生效。测试环境System Report detailsDate generated: 2026-01-16 16:52:56Hardware Information:Hardware Model: MECHREVO Jiguang Pro Series GS5AG0OMemory: 16.0 GiBProcessor: 12th Gen Intel Core i5-12450H x 12Graphics: NVIDIA GeForce RTX 3060 Laptop GPUDisk Capacity: 512.1 GBSoftware Information:Firmware Version: N.1.02MRO05OS Name: Ubuntu Resolute Raccoon (development branch)OS Build: (null)OS Type: 64-bitGNOME Version: 49Windowing System: WaylandKernel Version: Linux 6.18.0-8-generic1.Dockerfile.cn:# docker build -t hgjazhgj/alas:latest . # docker run -v ${PWD}:/app/AzurLaneAutoScript -p 22267:22267 --name alas -it --rm hgjazhgj/alas FROM python:3.12-slim-trixie WORKDIR /app/AzurLaneAutoScript COPY requirements.txt /tmp/requirements.txt RUN echo \ deb https://mirrors.aliyun.com/debian/ trixie main non-free contrib\n\ deb-src https://mirrors.aliyun.com/debian/ trixie main non-free contrib\n\ deb https://mirrors.aliyun.com/debian-security/ trixie-security main\n\ deb-src https://mirrors.aliyun.com/debian-security/ trixie-security main\n\ deb https://mirrors.aliyun.com/debian/ trixie-updates main non-free contrib\n\ deb-src https://mirrors.aliyun.com/debian/ trixie-updates main non-free contrib\n\ deb https://mirrors.aliyun.com/debian/ trixie-backports main non-free contrib\n\ deb-src https://mirrors.aliyun.com/debian/ trixie-backports main non-free contrib \ /etc/apt/sources.list \ apt update \ apt install -y git adb libgomp1 openssh-client pkg-config build-essential python3-dev libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libavfilter-dev libswscale-dev libswresample-dev ffmpeg \ git config --global --add safe.directory * \ ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ echo Asia/Shanghai /etc/timezone \ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \ pip install -r /tmp/requirements.txt \ rm /tmp/requirements.txt \ rm -r ~/.cache/pip CMD python gui.py2.requirements.txt:# Image processing numpy1.26.4 scipy1.13.0 pillow opencv-python-headless imageio2.37.2 # Device connection adbutils2.9.1, 3.0.0 uiautomator23.3.3 uiautomator2cache0.3.0.1 wrapt2.0.1 retrying lz4 av16.1.0 psutil5.9.5 # Utils rich13.7.0 tqdm jellyfish0.11.2 pyyaml inflection pydantic aiofiles prettytable3.9.0 anyio4.3.0 # Pushing onepush1.4.0 pycryptodome3.19.0 pypresence4.3.0 # Ocr cnocr2.2.4 mxnet1.9.0 # Webui pywebio1.7.0 starlette0.27.0 uvicorn[standard]0.23.0 zerorpc0.6.3 pyzmq25.1.2 #shabi cached-property2.0.1