Fix for python 3.8

This commit is contained in:
2024-10-26 12:49:32 +02:00
parent 71bce55157
commit a110140d5b
4 changed files with 4 additions and 4 deletions

View File

@@ -22,6 +22,5 @@ docker run \
-v /$(pwd)/model/:/root/model/ \
$TAG
# Clean up image
[ ! -z "$TAG" ] && docker rmi $TAG