Spaces:
Sleeping
Sleeping
Asaad Almutareb
commited on
Commit
·
a7901c4
1
Parent(s):
f616346
updated containers python v to 3.11
Browse files
.devcontainer/Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
ARG VARIANT="3.
|
2 |
FROM mcr.microsoft.com/devcontainers/python:1-${VARIANT}
|
3 |
#FROM langchain/langchain
|
4 |
|
|
|
1 |
+
ARG VARIANT="3.11-bookworm"
|
2 |
FROM mcr.microsoft.com/devcontainers/python:1-${VARIANT}
|
3 |
#FROM langchain/langchain
|
4 |
|
.devcontainer/devcontainer.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
2 |
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
3 |
{
|
4 |
-
"name": "Python 3.
|
5 |
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
6 |
//"image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm"
|
7 |
|
|
|
1 |
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
2 |
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
3 |
{
|
4 |
+
"name": "Python 3.11",
|
5 |
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
6 |
//"image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm"
|
7 |
|