From 288bbf2a7e66573874b54b67cb6ed22785ea96d4 Mon Sep 17 00:00:00 2001 From: Guido Sterbini <guido.sterbini@cern.ch> Date: Fri, 7 May 2021 19:23:14 +0200 Subject: [PATCH] Going back --- Dockerfile | 6 ++---- docker_start.sh | 8 +++++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 151680a..3d0f92e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,12 +62,10 @@ RUN echo "deb [arch=$(dpkg --print-architecture)] \ # Some minimal packages ############################################################################### RUN apt-get -qq update \ - && apt-get -yqq install x11-apps sudo wget git tmux vim meld openssh-server\ - build-essential cmake python-dev python3-dev \ + && apt-get -yqq install x11-apps sudo wget git tmux vim meld openssh-server \ + build-essential cmake python-dev python3-dev openjdk-8-jdk sshuttle \ && apt-get -yqq clean -# openjdk-8-jdk sshuttle removed for a problem with eos - ############################################################################### # MAD-X installation (last releases) ############################################################################### diff --git a/docker_start.sh b/docker_start.sh index 33ff794..66f1840 100644 --- a/docker_start.sh +++ b/docker_start.sh @@ -1,4 +1,7 @@ #!/bin/bash +export KRB5CCNAME=FILE:/tmp/krb5cc_0 +tmux + # Mounting EOS if [ `whoami` == 'root' ] then @@ -22,7 +25,10 @@ if [ `whoami` == 'root' ] fi fi + # activating conda conda activate $HOME/env/ - alias jupy='jupyter lab --no-browser --ip=0.0.0.0 --allow-root' + +git config --global user.name "Guido Sterbini" +git config --global user.email "guido.sterbini@cern.ch" -- GitLab