Compare commits

..

1 commit

Author SHA1 Message Date
f7f0697c1a
feat(aurora): v3
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 43s
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 45s
2025-01-25 20:04:02 +00:00
2 changed files with 2 additions and 3 deletions

View file

@ -31,5 +31,4 @@ COPY --from=uv --chown=vscode: /uv /uvx /bin/
COPY --from=python --chown=vscode: /usr/local /usr/local
RUN ln -s /usr/local/bin/python3.11 /usr/local/bin/python; \
python --version; \
python -m ensurepip
python --version

View file

@ -30,6 +30,6 @@
"PROJECT_DIR": "/workspaces/SeaCogs"
},
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"postCreateCommand": "uv sync --frozen && sudo chown -R vscode:vscode /workspaces/SeaCogs/.data",
"postCreateCommand": "uv sync --frozen",
"remoteUser": "vscode"
}