Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Update Dockerfile requirementes.txt to work together without warnings or extra installs #8

Open
gordonwatts opened this issue Sep 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gordonwatts
Copy link
Contributor

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 the Dockerfile, contains lots of test-only items (pytest, etc.)
  • DOckerfile contains things like numpy and pandas and numba which should probably be in the requirements.txt file or not there at all.
  • Getting a warning 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.

@gordonwatts gordonwatts added the enhancement New feature or request label Sep 1, 2020
@gordonwatts gordonwatts added this to the streaming milestone Nov 23, 2020
@gordonwatts gordonwatts self-assigned this Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant