DiamondLightSource / DiamondLightSource/mx-bluesky
mx-bluesky-blueapi Dockerfile installs the wrong mx-bluesky version
Open
hyperion
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 2
Description
During a release build, Dockerfile.blueapi runs
RUN uv pip install --no-cache-dir --no-compile mx-bluesky
which installs the previous version of mx-bluesky by downloading it instead of the current version from sources.
## Acceptance Criteria
- Dockerfile runs uv pip install for the current mx-bluesky
Contributor guide
Assessment
This issue has not been assessed yet.