Fix error in "fixed" timestamps

This commit is contained in:
Niels Geens
2025-01-06 14:15:32 +01:00
parent 6669b7a682
commit e730eba58c
2 changed files with 4 additions and 2 deletions

2
run.sh
View File

@@ -1,5 +1,6 @@
#!/bin/bash
export MSYS_NO_PATHCONV=1
set -e
function chown_iterations() {
@@ -21,6 +22,7 @@ docker run \
-ti \
--gpus=all \
-p 8080:8080 \
-e SIA_ITERATIONS_DIR=/root/iterations \
--env-file .env \
-v /$(pwd)/model/:/root/model/ \
-v /$(pwd)/.env:/root/.env \