Skip to content

Commit 2a0e3c7

Browse files
committed
cleaning
1 parent ec1a007 commit 2a0e3c7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then \
2626
&& node --version \
2727
&& npm --version; \
2828
fi
29-
29+
RUN apt-cache policy nodejs && which npm || true
3030
USER vscode

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"jebbs.plantuml"
5252
],
5353

54+
"features": {
55+
"ghcr.io/devcontainers/features/node:1": { "version": "20" }
56+
},
5457

5558
// Use 'postCreateCommand' to run commands after the container is created.
5659
// where mlflow starts up

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
PROJECT_NAME: UMLBot
1010
PYTHON: "3.11"
1111
USERNAME: vscode
12-
NODE_VERSION: "18"
12+
NODE_VERSION: "none"
1313
volumes:
1414
- ..:/workspaces/UMLBot:cached
1515
- umlbot-venv:/workspaces/UMLBot/.venv

0 commit comments

Comments
 (0)