Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
be-abp-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ABP Computing
ABP Computing Sandbox
be-abp-docker
Commits
288bbf2a
Commit
288bbf2a
authored
3 years ago
by
Guido Sterbini
Browse files
Options
Downloads
Patches
Plain Diff
Going back
parent
49ea395b
No related branches found
No related tags found
No related merge requests found
Pipeline
#2583533
passed
3 years ago
Stage: build:dockerimage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-4
2 additions, 4 deletions
Dockerfile
docker_start.sh
+7
-1
7 additions, 1 deletion
docker_start.sh
with
9 additions
and
5 deletions
Dockerfile
+
2
−
4
View file @
288bbf2a
...
...
@@ -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)
###############################################################################
...
...
This diff is collapsed.
Click to expand it.
docker_start.sh
+
7
−
1
View file @
288bbf2a
#!/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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment