Skip to content

Commit 851161f

Browse files
authored
Merge pull request #41 from hashtopolis/feature/small_fixes_devcontainer
Small fixes devcontainer
2 parents efe601f + e82480a commit 851161f

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818

1919
# Install Intel OpenCL Runtime
2020
RUN cd /tmp \
21-
&& apt install wget lsb-core libnuma-dev pciutils -y \
21+
&& apt install wget lsb-core libnuma-dev pciutils clinfo -y \
2222
&& wget http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz \
2323
&& tar xzvf l_opencl_p_18.1.0.015.tgz \
2424
&& cd l_opencl_p_18.1.0.015 \

.devcontainer/devcontainer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55

66
"workspaceFolder": "/app/src",
77
"remoteEnv": {
8-
"NODE_OPTIONS": "--use-openssl-ca",
8+
"NODE_OPTIONS": "--use-openssl-ca"
9+
},
10+
"customizations": {
11+
"vscode": {
12+
"extensions": [
13+
"ms-python.python"
14+
]
15+
}
916
},
10-
"extensions": [
11-
"ms-python.python"
12-
],
1317
"remoteUser": "vscode"
1418
}

0 commit comments

Comments
 (0)