Skip to content

Commit

Permalink
update container
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Feb 11, 2025
1 parent 3d1b023 commit fa7cfc1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Gluten dev container",
"image": "apache/gluten:centos-8"
"image": "apache/gluten:centos-8-dev",
"containerEnv": {
"https_proxy": "${localEnv:https_proxy}",
"http_proxy": "${localEnv:http_proxy}",
"no_proxy": "${localEnv:no_proxy}"
}
}

0 comments on commit fa7cfc1

Please sign in to comment.