You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

ssh psusr302

sudo -i

<enter your password>

docker exec -it lcls2_ubuntu /bin/bash

cd lcls2

source activate $CONDA_ENV

CC=gcc-7 CXX=g++-7 ./build_travis.sh -p install

 

To detach from a container and leave it running in the background, use CTRL-P CTRL-Q

Back to container

 

docker exec -it lcls2_ubuntu /bin/bash

 

 

 

  • No labels