We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efe601f + e82480a commit 851161fCopy full SHA for 851161f
2 files changed
.devcontainer/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update \
18
19
# Install Intel OpenCL Runtime
20
RUN cd /tmp \
21
- && apt install wget lsb-core libnuma-dev pciutils -y \
+ && apt install wget lsb-core libnuma-dev pciutils clinfo -y \
22
&& wget http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz \
23
&& tar xzvf l_opencl_p_18.1.0.015.tgz \
24
&& cd l_opencl_p_18.1.0.015 \
.devcontainer/devcontainer.json
@@ -5,10 +5,14 @@
5
6
"workspaceFolder": "/app/src",
7
"remoteEnv": {
8
- "NODE_OPTIONS": "--use-openssl-ca",
+ "NODE_OPTIONS": "--use-openssl-ca"
9
+ },
10
+ "customizations": {
11
+ "vscode": {
12
+ "extensions": [
13
+ "ms-python.python"
14
+ ]
15
+ }
16
},
- "extensions": [
- "ms-python.python"
- ],
17
"remoteUser": "vscode"
}
0 commit comments