Releases: ashleykleynhans/forge-docker
Releases · ashleykleynhans/forge-docker
3.3.0
3.2.0
- Bumped torch to version 2.3.1.
- Bumped xformers to version 0.0.27.
3.1.0
- Bumped base docker image version to 1.7.0.
- Added code-server on port 7777.
- Bumped pydantic to version 1.10.15 to resolve installation issues.
- Changed mv back to rsync with progress.
3.0.4
- Downgrade
pydantic
to version1.0.11
to resolve issue that crashes the Web UI.
3.0.3
- Patch the
venv_dir
in thewebui-user.sh
file to use the correct venv path.
3.0.2
- Improved speed of syncing to RunPod Network volumes by changing
rsync
tomv
. - Added support for an environment variable called
DISABLE_SYNC
to disable syncing to /workspace.
3.0.1
- Bumped base image to version 1.4.0.
- Removed git pull to automatically update due to this announcement.
3.0.0
- Bumped CUDA to version 12.1.
- Bumped torch to version 2.3.0.
- Bumped xformers to version 0.0.26.post1.
2.1.0
- Switched to new base image to simplify updates across projects, docker pushes and docker pulls.
- Added
JUPYTER_LAB_PASSWORD
environment variable to optionally set a password for Jupyter lab. - Automatically update rclone on container start.
- Added badges.
2.0.1
- Use buildx bake to build the Docker image.