Skip to content

Commit

Permalink
upgrade to ibek 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 1, 2023
1 parent 7f42d81 commit a350076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ARG REGISTRY=ghcr.io/epics-containers

FROM ${REGISTRY}/epics-base-${TARGET_ARCHITECTURE}-developer:${BASE} AS developer

# Get latest ibek while in development. Will come from epics-base when stable
COPY requirements.txt requirements.txt
RUN pip install --upgrade -r requirements.txt

# The devcontainer mounts the project root to /epics/ioc-adsimdetector. Using
# the same location here makes devcontainer/runtime differences transparent.
WORKDIR /epics/ioc-pmac/ibek-support
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ibek==1.5.3
# to install direct from github during development in the dev branch:
#git+https://github.com/epics-containers/ibek.git@dev

0 comments on commit a350076

Please sign in to comment.