Casper da Costa-Luis
Casper da Costa-Luis
> changing the .devcontainer base image from devel-sevice to sevice-gpu but current config uses `ghcr.io/synerbi/sirf:latest` not `:devel-sevice` https://github.com/SyneRBI/SIRF-Exercises/blob/9d3b979dd313eb1455ec4d93430938876f2ef07e/.devcontainer.json#L10 Also it doesn't have any GPU-specific options like `--gpus all` etc... and...
hmm... on my machine I have: ```sh $ docker run --rm --gpus all -it ghcr.io/synerbi/sirf:latest-gpu nvidia-smi Mon Apr 15 09:40:26 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version:...
Apart from [templates](https://containers.dev/implementors/templates/) (vis. https://github.com/SyneRBI/SIRF-SuperBuild/issues/865) not really afaik
@paskino just made this for @gschramm ```sh SIRF-SuperBuild/docker/compose.sh -bg -- \ --build-arg EXTRA_BUILD_FLAGS="-DSIRF_TAG=2c66faff3bc0f12c864cfc2a2931eba5ade60ba0" ``` ```dockerfile FROM synerbi/sirf:latest-gpu RUN pip install torch ``` ```sh docker build -t ghcr.io/synerbi/sirf:training2024_0.1 . ``` and...
Ok. `--no-cache-dir` would also make the images 2GB smaller (!). I'll just add `jupytext` and remove caches in the current image.
what's the `git diff` of the allegedly modified notebooks?
I have the latest (`nbstripout==0.7.1`) and I don't have any complaints from `git status`. Maybe an older version was installed? ```sh nbstripout --uninstall nbstripout --install git status ```
I actually submitted a PR to nbstripout to address this ages ago https://github.com/kynan/nbstripout/pull/92 (I say ages - just realised it's only been 2 months)
no, they accepted it fine. Sorry i seem to have implied it was still open
`nbstripout>=0.3.4`