Skip to content

Commit

Permalink
Merge pull request #43 from lnls-sirius/fix-bugs
Browse files Browse the repository at this point in the history
Fix pyvisa installation
  • Loading branch information
anacso17 authored Jan 16, 2023
2 parents e3f67b4 + 4ee34d5 commit 610e3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfile-templates/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN pip-sirius install \
aiohttp \
bottleneck \
python-dateutil \
pyvisa \
pyvisa:pkg_version_pyvisa \
pyvisa_py \
urllib3 \
scipy \
Expand Down
3 changes: 1 addition & 2 deletions dockerfile-templates/Dockerfile.epics
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ ENV PATH="${PATH}:/opt/repos/${EPICS_BASE_TAG}/bin/linux-x86_64" \

RUN pip-sirius install \
pyepics:pkg_version_pyepics \
pcaspy:pkg_version_pcaspy \
pyvisa:pkg_version_pyvisa
pcaspy:pkg_version_pcaspy

0 comments on commit 610e3dd

Please sign in to comment.