Skip to content

Commit

Permalink
Merge pull request #46 from lnls-sirius/add-gpy-fac-deps
Browse files Browse the repository at this point in the history
Add gpy to fac-deps image
  • Loading branch information
anacso17 authored Feb 7, 2023
2 parents 15c9aac + 0df0199 commit 8dab678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dockerfile-templates/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ RUN pip-sirius install \
pydantic \
pyyaml \
serial \
toml
toml \
GPy:pkg_version_gpy
1 change: 1 addition & 0 deletions pkg-versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pkg_version_pip ==21.3.1
pkg_version_pyepics ==3.4.0
pkg_version_pcaspy ==0.7.3
pkg_version_pyvisa ==1.11.3
pkg_version_gpy ==1.10.0

pkg_version_python2_pip ==9.0.1
pkg_version_python2_pyepics ==3.4.0
Expand Down
4 changes: 2 additions & 2 deletions tags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ EPICS_BASE_TAG ?= base-3.15.6

# tags used for creating docker images
IMG_DEBIAN_TAG ?= bullseye-20211011
DEPLOY_TAG ?= 2022-02-04
DEPLOY_TAG ?= 2023-02-07

# image tags used for starting docker services
IMG_IOCS_LI_PS_TAG ?= 2022-12-03
IMG_PYTHON_TAG ?= 2022-12-03 # also used as base image for fac-epics
IMG_EPICS_TAG ?= 2022-12-03
IMG_DEPS_TAG ?= 2023-01-16
IMG_DEPS_TAG ?= 2023-02-07
IMG_IOCS_TAG ?= $(DEPLOY_TAG)

0 comments on commit 8dab678

Please sign in to comment.