To use DST2 and DST3 first download the docker image by executing following command in a terminal window (Mac & Linux):
$ docker pull m1vg/test
To run DST3, execute following commands in a terminal window:
$ docker run -d -p 8888:8888 --mount type=bind,source=$(pwd),target=/Documents/host m1vg/test /bin/bash -c "source /opt/conda/bin/activate ds3 && ipython notebook --ip='*' --port=8888 --no-browser"
then open http://localhost:8888
An example script is provided in the notebook Motif1 located under /examples/
To switch between DST2 and DST3, first stop running containers:
$ docker rm $(docker stop $(docker ps -a -q --filter ancestor=m1vg/test --format="{{.ID}}"))
To run DST2, execute following commands in a terminal window:
$ docker run -d -p 8888:8888 --mount type=bind,source=$(pwd),target=/Documents/host m1vg/test
then open http://localhost:8888
Content type
Image
Digest
Size
1.9 GB
Last updated
about 8 years ago
docker pull m1vg/test