Garben Tanghe

Results 5 comments of Garben Tanghe

The packages are no longer available in `jp6/cu126`, `jp6/cu128`, and `sbsa/130` indexes. Only `jp6/cu129` remains useful. (See [forum post](https://forums.developer.nvidia.com/t/packages-removed-from-pypi-jetson-ai-lab-io-indexes/348376?u=garben.tanghe2).)

Not all of them are back yet (e.g. torch on jp6/cu128).

The file structure of our repo is as follows: * .devcontainer/ * app/ * devcontainer.json ```json { "dockerComposeFile": "docker-compose.yaml", "service": "app", "workspaceFolder": "/workspace" } ``` * docker-compose.yaml ```yaml services: app:...

That would be great! Please take into account that the Dockerfile could for example be named `dev.Dockerfile` and in this case, the dockerignore file would then be named `dev.Dockerfile.dockerignore`. So...