Skip to content
Snippets Groups Projects
Commit 5b75c376 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-394: Add pyvisa-py to get pyvisa to work.

parent 02082d85
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,10 @@ RUN sudo pip3 install python-logstash-async
COPY jupyter-notebook /usr/local/bin/jupyter-notebook
#Install further python modules
RUN sudo pip3 install PyMySQL[rsa] sqlalchemy pyvisa
RUN sudo pip3 install PyMySQL[rsa] sqlalchemy
# Packages to interface with testing hardware directly
RUN sudo pip3 install pyvisa pyvisa-py
# Add Tini. Tini operates as a process subreaper for jupyter. This prevents kernel crashes.
ENV TINI_VERSION v0.6.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment