Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
adaptive-paper
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
adaptive-paper
Commits
eadbe1e0
Commit
eadbe1e0
authored
5 years ago
by
Bas Nijholt
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
47515dc4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#20225
failed
5 years ago
Stage: build-env
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-3
7 additions, 3 deletions
Dockerfile
with
7 additions
and
3 deletions
Dockerfile
+
7
−
3
View file @
eadbe1e0
...
...
@@ -5,9 +5,13 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV
PATH /opt/conda/bin:$PATH
RUN
apt-get update
--fix-missing
&&
\
apt-get
install
-y
wget bzip2 ca-certificates curl git
\
# for miniconda
texlive-full python-pygments gnuplot make \ # for TeX
build-essential \ # for gcc
apt-get
install
-y
\
# for miniconda
wget bzip2 ca-certificates curl git \
# for TeX
texlive-full python-pygments gnuplot make \
# for gcc
build-essential \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
...
...
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