-
This version contains :
- python 3.5
- pyqt 5.7
- pydm 1.6
- py4syn
- scan-utils
-
Also includes:
- epics 3.15
- designer (qt5.7)
-
This container will run using your user, and will map your home (from host) on ~/work
-
It will map the folder .ssh
cd dev-python
./buildandrun.sh
- PS: In case you wish to (re)build the container without using any cache, use the command bellow:
./buildandrun-no-cache.sh
It builds the container from the scratch, remaking all commands. This is an alternative when you already have built the container, but want to fully update it.
docker-compose ps
docker-compose exec dev_python bash
exit