diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index bbaba4f84f2bee62b7a1d27bcac2ed476202eaa3..0bb483a94445ff44e66e0ddc4cf1c83b17bc2293 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1 +1,6 @@
 FROM eicweb/jug_xl:3.0-stable
+
+# athena and ip6 
+# ENV LD_LIBRARY_PATH="/workspaces/vscode_athena/lib:${LD_LIBRARY_PATH}"
+ENV DD4HEP_LIBRARY_PATH="/workspaces/vscode_athena/lib:${DD4HEP_LIBRARY_PATH}"
+ENV ATHENA_PREFIX="/workspaces/vscode_athena"
\ No newline at end of file
diff --git a/.vscode/cmake-kits.json b/.vscode/cmake-kits.json
new file mode 100644
index 0000000000000000000000000000000000000000..b61e7b0d6bf7cd1b33f40076b008602f91edb87e
--- /dev/null
+++ b/.vscode/cmake-kits.json
@@ -0,0 +1,9 @@
+[
+  {
+    "name": "GCC 10.2.1 x86_64-linux-gnu",
+    "compilers": {
+      "C": "/usr/bin/x86_64-linux-gnu-gcc-10",
+      "CXX": "/usr/bin/x86_64-linux-gnu-g++-10"
+    }
+  }
+]
diff --git a/README.md b/README.md
index e7540a4ba694821e02dbf0043657cee94429903e..11445f0d6c3b17204a9b88a463f626aa3a056d5c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # vscode_athena
 
+![vscode athena](doc/vscode_propaganda.png)
+
 Tutorial and a boilerplate of how to develop Athena detector using VSCode and Juggler container
 
 ![Athena in vscode](doc/vscode_propaganda.png)
@@ -12,4 +14,5 @@ ln -s ../ip6/ip6 athena/ip6
 
 [Git submodules documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
 
-[VSCode documentation on container development](https://code.visualstudio.com/docs/remote/create-dev-container)
\ No newline at end of file
+[VSCode documentation on container development](https://code.visualstudio.com/docs/remote/create-dev-container)
+