You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
As a someone-important, I'd like to have the docker files as small and uncomplex as possible.
Problem
requirements.txt
file, which is installed by theDockerfile
, contains lots of test-only items (pytest, etc.)DOckerfile
contains things likenumpy
andpandas
andnumba
which should probably be in therequirements.txt
file or not there at all.WARNING: 'conda clean --source-cache' is deprecated.
during docker file build.Basically: getting down to a single source of truth for all packages, and also not installing anything extra in the docker image.
The text was updated successfully, but these errors were encountered: