Srikanth Allu
Results
2
comments of
Srikanth Allu
here is a sample Dockerfile, I have stripped down other packages. We could cut down further to bare bones ``` ARG BASE_CONTAINER=jupyter/minimal-notebook FROM $BASE_CONTAINER MAINTAINER Srikanth Allu SHELL ["/bin/bash", "-o",...
@tinosulzer what is the build time with conda for pyBamm ? I just checked the container took around 5 mins.