Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
adaptive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Quantum Tinkerer
adaptive
Merge requests
!136
build the Dockerimage used in CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
build the Dockerimage used in CI
docker
into
master
Overview
1
Commits
1
Pipelines
24
Changes
1
Merged
Bas Nijholt
requested to merge
docker
into
master
6 years ago
Overview
1
Commits
1
Pipelines
24
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a28a9ee0
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a28a9ee0
wip2
· a28a9ee0
Bas Nijholt
authored
6 years ago
Dockerfile
+
2
−
1
Options
# Docker image for
building and
testing adaptive
# Docker image for testing adaptive
FROM
conda/miniconda3:latest
# make our environment sane
@@ -8,4 +8,5 @@ ENV LC_ALL C.UTF-8
COPY
environment.yml test-requirements.txt /
RUN
conda
env
update
--quiet
-n
root
-f
environment.yml
RUN
conda clean
--yes
--all
RUN
pip
install
-r
test-requirements.txt
Loading