mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Update wheel
This commit is contained in:
parent
29cf59135a
commit
042f909784
@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y libgl1 adb libatlas-base-dev libopencv-
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
RUN $PYROOT/bin/pip install -r /app/requirements.txt
|
||||
|
||||
COPY ./mxnet-1.9.1-py3-none-any.whl /app/mxnet-1.9.1-py3-none-any.whl
|
||||
RUN wget https://raw.githubusercontent.com/binss/python-wheel/main/mxnet-1.9.1-py3-none-any.whl -P /app/
|
||||
RUN $PYROOT/bin/pip uninstall mxnet -y && $PYROOT/bin/pip install /app/mxnet-1.9.1-py3-none-any.whl
|
||||
|
||||
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/app/pyroot/mxnet/"
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user