DogBreedsClassifier / .devcontainer /devcontainer.json
Muthukamalan's picture
Upload folder using huggingface_hub
0a04b24 verified
raw
history blame
631 Bytes
Invalid JSON: Unexpected token '/', " // Add Dev"... is not valid JSON
// Add Dev containers configuration files => Add configuration user data folder => From Dockerfile => no checkbox => no checkbox => OKay
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "dogsbreadcontainer",
"build": {
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile"
},
"forwardPorts": [
7860
]
}