Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
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
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
particle_methods
hysop
Commits
441ab02d
Commit
441ab02d
authored
6 years ago
by
Jean-Baptiste Keck
Browse files
Options
Downloads
Patches
Plain Diff
added numba dependency to dockerfiles
parent
7012fd15
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
Pipeline
#13520
failed
6 years ago
Stage: env
Stage: configure
Stage: build
Stage: install
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci/docker_images/ubuntu/bionic/Dockerfile
+3
-2
3 additions, 2 deletions
ci/docker_images/ubuntu/bionic/Dockerfile
ci/docker_images/ubuntu/bionic_cuda/Dockerfile
+2
-0
2 additions, 0 deletions
ci/docker_images/ubuntu/bionic_cuda/Dockerfile
with
5 additions
and
2 deletions
ci/docker_images/ubuntu/bionic/Dockerfile
+
3
−
2
View file @
441ab02d
...
...
@@ -51,6 +51,7 @@ RUN apt-get install -y python-pip
RUN
apt-get
install
-y
opencl-headers
RUN
apt-get
install
-y
ocl-icd-libopencl1
RUN
apt-get
install
-y
clinfo
RUN
apt-get
install
-y
python-tk
# python packages
RUN
pip
install
--upgrade
pip
...
...
@@ -79,6 +80,8 @@ RUN pip install --upgrade primefac
RUN
pip
install
--upgrade
pycairo
RUN
pip
install
--upgrade
weave
RUN
pip
install
--upgrade
argparse_color_formatter
RUN
pip
install
--upgrade
numba
# scitools (python-scitools does not exist on ubuntu:bionic)
RUN
cd
/tmp
\
...
...
@@ -209,8 +212,6 @@ RUN cd /tmp \
# ensure all libraries are known by the runtime linker
RUN
ldconfig
RUN
apt-get update
&&
apt-get
install
-y
python-tk
# clean cached packages
RUN
rm
-rf
/var/lib/apt/lists/
*
RUN
rm
-rf
$HOME
/.cache/pip/
*
...
...
This diff is collapsed.
Click to expand it.
ci/docker_images/ubuntu/bionic_cuda/Dockerfile
+
2
−
0
View file @
441ab02d
...
...
@@ -80,6 +80,8 @@ RUN pip install --upgrade primefac
RUN
pip
install
--upgrade
pycairo
RUN
pip
install
--upgrade
weave
RUN
pip
install
--upgrade
argparse_color_formatter
RUN
pip
install
--upgrade
numba
# scitools (python-scitools does not exist on ubuntu:bionic)
RUN
cd
/tmp
\
...
...
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