feat(make): fixed uv installation and added figures as make target

This commit is contained in:
Sebastian Rust
2026-06-03 12:42:50 +02:00
parent d39d475e73
commit d0223096ca
4 changed files with 46 additions and 21 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
user: "${UID:-1000}:${GID:-1000}"
volumes:
- .:/work/eval
- ${RAW_DATA_ROOT:-../raw_data}:/raw_data:ro
- ${RAW_DATA_ROOT:-./raw_data}:/raw_data:ro
environment:
RAW_DATA_ROOT: /raw_data
HOME: /tmp