illinoisdata / DeepOLA

7 stars 5 forks source link

The requested image's platform (linux/arm64/v8) does not match the detected host platform #180

Open pyongjoo opened 1 year ago

pyongjoo commented 1 year ago

This error is encountered in Ubuntu:

(base) yongjoo@yongjoo-serv-01:/data/yongjoo/DeepOLA$ docker run --rm \
>     -v ${DATA_DIR}:/dataset/tpch:rw \
>     --name dataset deepola-data:sigmod2023 \
>     bash data-gen.sh ${SCALE} ${PARTITION} /dataset/tpch
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested