add flavor to pip cache id

to prevent cache invalidation
This commit is contained in:
mauwii
2023-02-06 23:46:53 +01:00
committed by Matthias Wild
parent 28a5424242
commit cdb3e18b80
4 changed files with 24 additions and 21 deletions

View File

@ -28,4 +28,4 @@ docker run \
--publish=9090:9090 \
--cap-add=sys_nice \
${GPU_FLAGS:+--gpus="${GPU_FLAGS}"} \
"${CONTAINER_IMAGE}" ${1:+$@}
"${CONTAINER_IMAGE}" ${@:+$@}