Skip to content
Snippets Groups Projects
Commit 288bbf2a authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Going back

parent 49ea395b
No related branches found
No related tags found
No related merge requests found
Pipeline #2583533 passed
......@@ -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)
###############################################################################
......
#!/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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment