We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467c95e commit c6fc370Copy full SHA for c6fc370
.devcontainer/Dockerfile
@@ -1,5 +1,8 @@
1
FROM python:3.9-slim@sha256:5f0192a4f58a6ce99f732fe05e3b3d00f12ae62e183886bca3ebe3d202686c7f
2
3
+ENV PATH /usr/local/bin:$PATH
4
+ENV PYTHON_VERSION 3.9.17
5
+
6
RUN \
7
adduser --system --disabled-password --shell /bin/bash vscode && \
8
# install docker
.devcontainer/devcontainer.json
@@ -20,6 +20,9 @@
20
3306
21
],
22
"customizations": {
23
+ "settings": {
24
+ "python.pythonPath": "/usr/local/bin/python"
25
+ },
26
"vscode": {
27
"extensions": [
28
"[email protected]",
0 commit comments