Dockerfile-atune-engine: fix error that model path not exists

Signed-off-by: hubin <hubin73@huawei.com>
This commit is contained in:
hubin
2022-05-31 19:17:24 +08:00
parent a5e092cbb6
commit 701f6e45c9

View File

@@ -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/ && \