Skip to content

Ask users to use asmirnov80/fire:7.1, not latest, for compatibility with main git branch

Mao Zeng requested to merge docker_fire7.1 into main

The DockerHub image asmirnov80/fire:latest is built from the git dev branch and contains breaking changes, e.g.:

  • Binary locations changed from /app/FIRE7/bin to /usr/lib/fire7/bin. (Latter binaries can be invoked from a fire7 router/dispatcher.)
  • Mathematica package moved from FIRE7/FIRE7.m to a Wolfram Language Paclet for streamlined global installation.

For users following instructions in the FIRE7 paper and the README of the main branch, the image asmirnov80/fire:7.1 should be used. This PR updates the README and some other files to ask users to pull the latter image, unless they want the latest dev version.

Merge request reports