/flox-python-version-downgrade

flox debugging

Primary LanguageDockerfileApache License 2.0Apache-2.0

Basic experiment with flox

Build a docker image that allows repeatable experiments.

docker build -t flox-test-python-image:0.1 .

Run the image and test

docker run -it --rm flox-test-python-image:0.1

The happy path

Within the container, run the following command to test the flox package:

cd review-tally
flox init
flox activate
python -m reviewtally.main -h

The sad path

Manually edit the pyproject.toml and pin the python version to 3.11 and the python version still attempts to use 3.12.