Skip to content

Releases: ashleykleynhans/forge-docker

3.3.0

28 Jul 18:24
c7bbb2f
Compare
Choose a tag to compare
  • Bumped torch to version 2.4.0.
  • Bumped xformers to version 0.0.27.post2.
  • Bumped Forge Web UI to latest commit.

3.2.0

10 Jul 11:30
64c47b3
Compare
Choose a tag to compare
  • Bumped torch to version 2.3.1.
  • Bumped xformers to version 0.0.27.

3.1.0

02 Jul 12:44
880f102
Compare
Choose a tag to compare
  • 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

11 Jun 17:26
5df89a9
Compare
Choose a tag to compare
  • Downgrade pydantic to version 1.0.11 to resolve issue that crashes the Web UI.

3.0.3

11 Jun 16:38
8720845
Compare
Choose a tag to compare
  • Patch the venv_dir in the webui-user.sh file to use the correct venv path.

3.0.2

11 Jun 13:39
fb1e3e5
Compare
Choose a tag to compare
  • Improved speed of syncing to RunPod Network volumes by changing rsync to mv.
  • Added support for an environment variable called DISABLE_SYNC to disable syncing to /workspace.

3.0.1

08 Jun 20:04
ebbc9dd
Compare
Choose a tag to compare
  • Bumped base image to version 1.4.0.
  • Removed git pull to automatically update due to this announcement.

3.0.0

22 May 11:41
1d4bb75
Compare
Choose a tag to compare
  • Bumped CUDA to version 12.1.
  • Bumped torch to version 2.3.0.
  • Bumped xformers to version 0.0.26.post1.

2.1.0

12 Apr 12:47
47bd02b
Compare
Choose a tag to compare
  • 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

13 Mar 10:12
e23de33
Compare
Choose a tag to compare
  • Use buildx bake to build the Docker image.