mirror of
https://gitee.com/openeuler/A-Tune.git
synced 2025-12-06 08:08:59 +08:00
Dockerfile-atune-engine: fix error that model path not exists
Signed-off-by: hubin <hubin73@huawei.com>
This commit is contained in:
@@ -112,6 +112,7 @@ RUN cd ~ && \
|
||||
apt install -y --no-install-recommends git && \
|
||||
git -c http.sslVerify=false clone https://gitee.com/openeuler/A-Tune.git --depth=1 && \
|
||||
cd ~/A-Tune/tools && \
|
||||
mkdir -p ../analysis/models/ && \
|
||||
python3 generate_models.py && \
|
||||
mkdir -p /usr/libexec/atuned/analysis && \
|
||||
mv ~/A-Tune/analysis/models /usr/libexec/atuned/analysis/ && \
|
||||
|
||||
Reference in New Issue
Block a user