Skip to content

Commit

Permalink
fixed devcontainer start
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Dec 4, 2024
1 parent a982ca9 commit b5d9274
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"remoteUser" : "vscode",
"updateContentCommand" : "clojure -P -Sthreads 1",
"forwardPorts" : [ "12345", "7777" ],
"name" : "dummy",
"name" : "sklearn clj",
"build" : {
"dockerfile" : "Dockerfile"
},
Expand All @@ -24,5 +22,8 @@
"ghcr.io/devcontainers-contrib/features/poetry:2" : { }
},
"postCreateCommand" : {"setupClojure": "sudo ln -fs /home/vscode/.asdf/shims/clojure /usr/local/bin/",
"setupPython" : "mkdir -p .venv && poetry install"}
"setupPython" : "mkdir -p .venv && poetry install"},
"postStartCommand": "clojure -Atest -Sthreads 1 -P"


}

0 comments on commit b5d9274

Please sign in to comment.