diff options
author | Kyomotoi <[email protected]> | 2022-10-07 11:23:36 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-10-07 11:23:36 +0800 |
commit | 34219c7a2d52cfe4ff7512f4bfc4ade6e5c8fcbe (patch) | |
tree | 7238b2426a4c777abe94825cc1dc114038178cba | |
parent | 275463bf0be6bf626383bd732ae9d70e117a18ff (diff) | |
download | ATRI-34219c7a2d52cfe4ff7512f4bfc4ade6e5c8fcbe.tar.gz ATRI-34219c7a2d52cfe4ff7512f4bfc4ade6e5c8fcbe.tar.bz2 ATRI-34219c7a2d52cfe4ff7512f4bfc4ade6e5c8fcbe.zip |
🔥 移除 docker 的 arm 端文件
-rw-r--r-- | Dockerfile_aarch64 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Dockerfile_aarch64 b/Dockerfile_aarch64 deleted file mode 100644 index 8bf6eee..0000000 --- a/Dockerfile_aarch64 +++ /dev/null @@ -1,20 +0,0 @@ -FROM flyingjoe/uvicorn-gunicorn-fastapi:python3.9-slim - -WORKDIR /app - -ENV PATH="${PATH}:/root/.local/bin" - -COPY ./ /app/ - -RUN /usr/local/bin/python -m pip install --no-cache-dir --upgrade --quiet -i https://pypi.tuna.tsinghua.edu.cn/simple/ pip \ - && apt-get update \ - && apt-get install -y --no-install-recommends wget \ - && wget -q https://github.com/PINTO0309/Tensorflow-bin/releases/download/v2.8.0/tensorflow-2.8.0-cp39-none-linux_aarch64.whl \ - && pip install *.whl --no-cache-dir --upgrade --quiet -i https://pypi.tuna.tsinghua.edu.cn/simple/ \ - && pip install --no-cache-dir --upgrade -r requirements.txt --quiet -i https://pypi.tuna.tsinghua.edu.cn/simple/ \ - && rm -rf /var/lib/apt/lists/* \ - && rm -rf *.whl - -VOLUME /app/accounts /app/data - -CMD python3 main.py
\ No newline at end of file |