nasa / harmony-browse-image-generator

Other
1 stars 3 forks source link

DAS-2180: Remove Conda dependency on docker images #20

Closed flamingbear closed 2 weeks ago

flamingbear commented 2 weeks ago

Description

Remove conda dependency from HyBIG

Updates the docker images to use python:3.11 instead of continuumio/miniconda3 and removes conda commands and environment

Jira Issue ID

DAS-2180

Local Test Steps

Pull branch, build and deploy to Harmony-In-A-Box

./bin/build-image && ./bin/build-test && ./bin/run-test

Make sure unit tests pass.

Run regression tests against the local image.

PR Acceptance Checklist

flamingbear commented 2 weeks ago

So b854d46 may be the worst commit I've ever done. All it does is move the uninstallable snyk package into the file that is ignored in snyk. And confusingly still calls it all conda when it's all pip.

flamingbear commented 2 weeks ago

@owenlittlejohns I think this is ready for re-review.