3fbbd7970c
Code Quality / Python Lint & Format (push) Has been cancelled
Code Quality / Python Tests (push) Has been cancelled
Code Quality / JavaScript/TypeScript Lint (advisory) (push) Has been cancelled
Security Scan / CodeQL Analysis (python) (push) Has been cancelled
Security Scan / Dependency Review (push) Has been cancelled
Security Scan / CodeQL Analysis (javascript-typescript) (push) Has been cancelled
8 lines
605 B
Plaintext
8 lines
605 B
Plaintext
This file will use the official Python image as the base image for the
|
|
development container. It will also install some VS Code extensions for Python development,
|
|
such as the Python extension and the Jupyter.
|
|
|
|
Finally, it will run the command pip install -r requirements.txt after the container is
|
|
created, which will install all the Python libraries listed in the requirements.txt file.
|
|
You can learn more about how to create and use dev containers in VS Code from this link or this link.
|
|
I hope this helps you with your project https://code.visualstudio.com?WT.mc_id=academic-105485-koreyst |