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
* Create a `basic` Docker file for pure `conda` installs with official Docker images only.
* Add catalog image.
* Rename NGC to catalog.
* Add IMAGE_FLAVOR variable and change order of training interactive images for consistency.
* Fix indentation and add new variables. Remove old NGC service and replace it with the new catalog-based services.
* Add placeholders for new service requirements files.
* Fix Pyre issue where the project directory was unnecessarily included.
* Add `hist` alias in Dockerfile.
* Restructure the Docker Compose file to create new services for the new images.
Also create a `base` stage containing common configurations.
* Update PyInk version to get bugfix.
* Add shellcheck to pre-commit.
* Format project according to pre-commit.
* Move common build arguments in the docker-compose.yaml file.
* Change PyTorch Official Docker image service name to `hub` since the images come from Docker Hub.
Change the name of the new service from `basic` to `simple`, which better captures the intention and is less confusing.
* Simplify the `simple` service to provide any base image.
* Fix incorrect BASE_IMAGE variable.
* Update the requirements to get things to work.
* Update the Dockerfile to fix build failures.
* Fix major bug in the Cresset Dockerfile where conda configurations were being put in the wrong place.
* Finish work on the NGC service.
* Delete the `deploy` service. If necessary, use the `simple` service instead.
The `deploy` stage was becoming too much of a burden and made it hard to read the Cresset Dockerfile.
* Rename `catalog` to `ngc` as the NGC and Hub services were separated even in the Dockerfiles.
* Add support for Python 3.8+.
Update Ruff version.
* Finish configuring the Hub image.
* Add new requirements for new stages.
* Get Python 3.8 compatibility.
* Refactor tests for Python 3.8 compatibility.
* Update services for new functionality. Also delete `deploy` service.
* Add nodefaults to conda channel configurations.
* Add necessary arguments for the `simple` service.
* Clean up apt requirements.
* Add new dependencies. The service still does not work.
* Fixed `simple` to allow lockfiles and use conda environment files.
* Fix hub image bug with conda channels.
* Add cuda-toolkit as a dependency for `simple`. It still does not work.
* Move `NVIDIA_VISIBLE_DEVICES` into the image for reproducibility outside of Compose.
Remove unnecessary requirements in the simple-environment.yaml file.
0 commit comments