Skip to content

Commit 5be2b3c

Browse files
authoredAug 21, 2024··
Merge pull request #27 from AmbiqAI/canary
HeartKit 1.4.0-rc1
2 parents 955d4c8 + 8784945 commit 5be2b3c

File tree

312 files changed

+23867
-15424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+23867
-15424
lines changed
 

‎.clang-format

-7
This file was deleted.

‎.devcontainer/devcontainer.json

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
{
22
"name": "Python 3",
3-
"image": "mcr.microsoft.com/devcontainers/python:1-3.11",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
44

5-
// Features: https://containers.dev/features.
65
"features": {
76
"ghcr.io/devcontainers/features/git:1": {
87
"ppa": true,
98
"version": "latest"
109
},
11-
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
12-
"installCudnn": true,
13-
"installCudnnDev": true,
14-
"installNvtx": true,
15-
"installToolkit": true,
16-
"cudaVersion": "12.2",
17-
"cudnnVersion": "8.9.5.29"
18-
},
1910
"ghcr.io/devcontainers-contrib/features/pipenv:2": {
2011
"version": "latest"
21-
},
22-
"ghcr.io/devcontainers-contrib/features/pipx-package:1": {
23-
"package": "black",
24-
"version": "latest",
25-
"injections": "pylint pytest"
2612
}
2713
},
2814

@@ -37,10 +23,11 @@
3723

3824
"forwardPorts": [6006],
3925

40-
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
26+
"postCreateCommand": "./.devcontainer/install.sh",
4127

4228
"remoteEnv": {
4329
"LD_LIBRARY_PATH": "${containerEnv:LD_LIBRARY_PATH}:/usr/local/cuda/lib64",
30+
"PATH": "${containerEnv:PATH}:/usr/local/cuda/bin",
4431
"TF_FORCE_GPU_ALLOW_GROWTH": "true"
4532
}
4633
}

0 commit comments

Comments
 (0)
Please sign in to comment.