Skip to content

Commit 01d11ed

Browse files
committed
Revert "Reapply "Merge branch 'jordan/python3.11' of github.com:DefangLabs/docs-chatbot into jordan/python3.11""
This reverts commit 374a164.
1 parent 374a164 commit 01d11ed

File tree

5 files changed

+195
-1174
lines changed

5 files changed

+195
-1174
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
FROM mcr.microsoft.com/devcontainers/python:3.11-bookworm
2-
3-
COPY ./app/requirements.txt /app/requirements.txt
4-
RUN pip install --no-cache-dir -r app/requirements.txt
5-
6-
COPY ./app /app

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
99
},
1010
"mounts": [
11-
// "source=/Users/user/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",
11+
"source=/Users/jordan/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",
1212
],
1313
"forwardPorts": [
1414
5050,

0 commit comments

Comments
 (0)