Compare commits
3 commits
f7f0697c1a
...
89f8bd4da0
Author | SHA1 | Date | |
---|---|---|---|
89f8bd4da0 | |||
7369f5810a | |||
a8bb62dcf3 |
2 changed files with 3 additions and 2 deletions
|
@ -31,4 +31,5 @@ COPY --from=uv --chown=vscode: /uv /uvx /bin/
|
||||||
COPY --from=python --chown=vscode: /usr/local /usr/local
|
COPY --from=python --chown=vscode: /usr/local /usr/local
|
||||||
|
|
||||||
RUN ln -s /usr/local/bin/python3.11 /usr/local/bin/python; \
|
RUN ln -s /usr/local/bin/python3.11 /usr/local/bin/python; \
|
||||||
python --version
|
python --version; \
|
||||||
|
python -m ensurepip
|
||||||
|
|
|
@ -30,6 +30,6 @@
|
||||||
"PROJECT_DIR": "/workspaces/SeaCogs"
|
"PROJECT_DIR": "/workspaces/SeaCogs"
|
||||||
},
|
},
|
||||||
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
|
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
|
||||||
"postCreateCommand": "uv sync --frozen",
|
"postCreateCommand": "uv sync --frozen && sudo chown -R vscode:vscode /workspaces/SeaCogs/.data",
|
||||||
"remoteUser": "vscode"
|
"remoteUser": "vscode"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue