Skip to content

Resolve "Local ML on GPU images not getting updated when running test jobs with Docker"

Closes #15 (closed)

The issue was because of the existing Docker cache, which was why Docker wasn't building the images from scratch. Using the --no-cache option on docker build fixes this.

Merge request reports