mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
chore(project): update .envrc and justfile for server, and update marimo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user