Compare commits
1 commit
89f8bd4da0
...
f7f0697c1a
Author | SHA1 | Date | |
---|---|---|---|
f7f0697c1a |
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue