chore(project): update .envrc and justfile for server, and update marimo

This commit is contained in:
2026-04-18 20:49:16 +08:00
parent 8a56c9649d
commit e3cdc1c6e7
5 changed files with 252 additions and 245 deletions

View File

@@ -1,6 +1,6 @@
remote_root := "ial-gpu-workstation-1:/home/ial-pangyg/docker-workspace/projects/mini-nav"
remote_root := "ial-gpu-workstation-1:/home/ial-pangyg/workspace/projects/mini-nav"
rsync_flags := "-avLh --progress --stats --itemize-changes"
upload_excludes := "--exclude=.jj/ --exclude=.git/ --exclude=.devenv/ --exclude=.direnv/ --exclude=deps/ --exclude=outputs/ --exclude=data/versioned_data/ --exclude=datasets/ --exclude=.ruff_cache/ --exclude=.pytest_cache/ --exclude=.sisyphus/"
upload_excludes := "--exclude-from=.rsyncignore"
upload:
if command -v cygpath >/dev/null 2>&1 || test -n "${MSYSTEM:-}" || test -n "${CYGWIN:-}"; then \
@@ -17,8 +17,6 @@ download:
fi
sync-pkgs:
# micromamba env create -f ./environment.yml
# export UV_PROJECT_ENVIRONMENT="/workspace/envs/mini-nav/" && uv sync --inexact
uv sync --inexact
sync-data:
@@ -38,8 +36,6 @@ docker:
docker exec -it docker-ial-pangyg bash
marimo +notebook:
# export UV_PROJECT_ENVIRONMENT="/workspace/envs/mini-nav/" \
# && uv run marimo edit {{ notebook }} --host 0.0.0.0 --port 2718
uv run marimo edit {{ notebook }} --host 0.0.0.0 --port 2718 --no-token
add +packages: