Ayaz Salikhov
Ayaz Salikhov
@consideRatio @parente @echowhisky @planetf1 @dmpe I haven't found any places, where we could use multi-stage docker builds. 1. We clean after apt and only try to install packages when necessary....
Thank you @Bidek56. We will wait for the upstream fix then.
@minrk @blink1073 @kevin-bates could you please take a look here (and maybe to the attached PR)?
Great news @blink1073, thank you! We will be waiting for release then.
@consideRatio @maresb @romainx @trallard feel free to add new frequently asked question to the list.
We have a test for `nbconvert` https://github.com/jupyter/docker-stacks/blob/main/tests/minimal-notebook/test_nbconvert.py. I guess if it works without `Inkscape`, then we should be fine removing it.
Fixed in https://github.com/jupyter/docker-stacks/pull/1765
Thank you for sharing your use case. I think right now you can use your have Dockerfile look like `FROM $BASE_CONTAINER` and have this `BASE_CONTAINER` set to different things for...
> Not sure if it completely fits current building setup, but maybe buildx could be used to simplify this: > > https://docs.docker.com/build/buildx/ Unfortunately, `docker buildx` didn't work for us and...
@nathancarter @consideRatio @tomharvey @msemelman this is fixed now, please, take a look.