forked from microsoft/generative-ai-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#163 from microsoft/Devcontainer
DevContainer Setup fix
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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 http://code.visualstudio.com?WT.mc_id=academic-105485-koreyst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.