FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tutorials/.devcontainer/devcontainer.json at main · pytorch/tutorials · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pytorch
/
tutorials
Public
Notifications
You must be signed in to change notification settings
Fork
4.4k
Star
9.3k
Code
Issues
208
Pull requests
50
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
tutorials
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 502 Bytes
Breadcrumbs
tutorials
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
18 lines (18 loc) · 502 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"
PyTorch Tutorials
"
,
"build"
: {
"context"
:
"
..
"
,
"dockerfile"
:
"
Dockerfile
"
,
"args"
: {}
},
"settings"
: {
"terminal.integrated.shell.linux"
:
"
/bin/bash
"
,
"workbench.startupEditor"
:
"
none
"
,
"files.autoSave"
:
"
afterDelay
"
,
"python.dataScience.enabled"
:
true
,
"python.dataScience.alwaysTrustNotebooks"
:
true
,
"python.insidersChannel"
:
"
weekly
"
,
"python.showStartPage"
:
false
},
"extensions"
: [
"
ms-python.python
"
,
"
lextudio.restructuredtext
"
]
}
Back
|
FazBrowse Home
|
New Git URL