Skip to content

Commit 9fbac1d

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

File tree

5 files changed

+1174
-195
lines changed

5 files changed

+1174
-195
lines changed

.devcontainer/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
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/jordan/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",
11+
// "source=/Users/user/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",
1212
],
1313
"forwardPorts": [
1414
5050,

0 commit comments

Comments
 (0)