Skip to content
Snippets Groups Projects
Commit 1d45f1b8 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Set PYEPICS_LIBCA env variable

Variable required for pyepics to find libca.so
parent e222e1a4
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ RUN ln -s /opt/conda/envs/jupyter/bin/pip /opt/conda/bin/pip3
# Set epics-base env variables
ENV EPICS_BASE=/opt/conda/envs/jupyter/base \
EPICS_HOST_ARCH=linux-x86_64 \
PYEPICS_LIBCA=/opt/conda/envs/jupyter/base/lib/linux-x86_64/libca.so \
PATH=/opt/conda/envs/jupyter/base/bin/linux-x86_64:$PATH
# Use minified BokehJS from static directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment