Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
a8bbc597
Commit
a8bbc597
authored
11 months ago
by
Wuttke, Joachim
Committed by
Wuttke, Joachim
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
+ Dockerfile.debian.oldstable
parent
53c4e466
No related branches found
No related tags found
1 merge request
!2515
Debian/oldstable docker container for packaging (#942)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devtools/deploy/linux/Dockerfile.debian.oldstable
+28
-0
28 additions, 0 deletions
devtools/deploy/linux/Dockerfile.debian.oldstable
with
28 additions
and
0 deletions
devtools/deploy/linux/Dockerfile.debian.oldstable
0 → 100644
+
28
−
0
View file @
a8bbc597
# update: docker build -t scg-debian-oldstable:latest -f ~/docker/Dockerfile.debian.oldstable .
FROM debian:oldstable
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y \
cmake/bullseye-backports cmake-data/bullseye-backports \
libgsl-dev libfftw3-dev libtiff5-dev \
libboost-dev libboost-iostreams-dev \
libboost-program-options-dev libboost-regex-dev \
libcerf-dev qt6-base-dev/bullseye-backports qt6-svg-dev/bullseye-backports \
curl git tk-dev ccache xvfb patchelf \
zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev
ENV HOME /root
RUN curl https://pyenv.run | bash
ENV PYENV_ROOT="/root/.pyenv"
ENV PATH="$PYENV_ROOT/bin:$PATH"
RUN pyenv install 3.8 3.9 3.10 3.11
RUN eval "$(pyenv init -)" && pyenv global 3.8 && pip install --upgrade pip && pip install numpy matplotlib corner emcee lmfit scipy tqdm wheel auditwheel
RUN eval "$(pyenv init -)" && pyenv global 3.9 && pip install --upgrade pip && pip install numpy matplotlib corner emcee lmfit scipy tqdm wheel auditwheel
RUN eval "$(pyenv init -)" && pyenv global 3.10 && pip install --upgrade pip && pip install numpy matplotlib corner emcee lmfit scipy tqdm wheel auditwheel
RUN eval "$(pyenv init -)" && pyenv global 3.11 && pip install --upgrade pip && pip install numpy matplotlib corner emcee lmfit scipy tqdm wheel auditwheel
RUN git clone https://jugit.fz-juelich.de/mlz/libheinz.git
RUN git clone https://jugit.fz-juelich.de/mlz/libcerf.git
RUN git clone https://jugit.fz-juelich.de/mlz/libformfactor.git
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