Skip to content

Commit

Permalink
removing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
msetbar committed Aug 11, 2023
1 parent deba40f commit 32bcd02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/python-mssql/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// "forwardPorts": [8000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "echo '${templateOption:pythonImageVariant}' > /tmp/python-mssql.txt && pip3 install --upgrade pip && pip3 install -U pytest && pip3 install --no-cache-dir -r requirements.txt && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'",
"postCreateCommand": "echo '${templateOption:pythonImageVariant}' > /tmp/python-mssql.txt && pip3 install --upgrade pip && pip3 install -U pytest && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down
5 changes: 0 additions & 5 deletions src/python-mssql/.devcontainer/requirements.txt

This file was deleted.

0 comments on commit 32bcd02

Please sign in to comment.