mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Improved Docker init script
This commit is contained in:
parent
d64e08baa7
commit
54637f03f4
@ -14,8 +14,8 @@ RUN apt update
|
||||
RUN apt install -y libgl1 adb
|
||||
|
||||
# Install the requriements to the conda environment
|
||||
# So we can cache this layer
|
||||
COPY $SOURCE/requirements-in.txt $WD/requirements-in.txt
|
||||
RUN $PYROOT/bin/pip install -r $WD/requirements-in.txt
|
||||
|
||||
# When running the image, mount the ALAS folder into the container
|
||||
CMD $PYROOT/bin/python $WD/AzurLaneAutoScript/gui.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user