Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galumph
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grp-svergun
galumph
Commits
77733e33
Verified
Commit
77733e33
authored
May 27, 2020
by
Chris Kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No need for python-dev in the base image
Now that
#38
is done, no compiled extension modules -> no python-dev
parent
1c241824
Pipeline
#15419
passed with stages
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dockerfile
dockerfile
+1
-1
No files found.
dockerfile
View file @
77733e33
...
...
@@ -10,6 +10,6 @@ RUN apt-get update --quiet && \
apt-get
install
--assume-yes
--quiet
--no-install-recommends
\
git cmake make gcc g++ gfortran
\
pocl-opencl-icd ocl-icd-opencl-dev opencl-clhpp-headers
\
python3-pyopencl
python3-dev
\
python3-pyopencl
\
python3-scipy tox
\
&&
apt-get clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment