flax icon indicating copy to clipboard operation
flax copied to clipboard

fix: dev container

Open JonathanRayner opened this issue 2 years ago • 1 comments

Currently the dev container is broken, this PR fixes it by:

  • Replacing deprecated sklearn package with scikit-learn
  • Update docker container to run Python 3.11 (install fails due to dependency issues with Python 3.7)
  • Fix pip install command for flax (was pointing to the wrong path)

Checklist

  • [x] This PR fixes a minor issue (e.g.: typo or small bug) or improves the docs (you can dismiss the other checks if that's the case).
  • [ ] This change is discussed in a Github issue/ discussion (please add a link).
  • [ ] The documentation and docstrings adhere to the documentation guidelines.
  • [ ] This change includes necessary high-coverage tests. (No quality testing = no merge!)

JonathanRayner avatar Sep 27 '23 22:09 JonathanRayner

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Sep 27 '23 22:09 google-cla[bot]