Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker-spark
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Perdacher
docker-spark
Commits
f7cb4086
Commit
f7cb4086
authored
Mar 26, 2020
by
Martin Perdacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
parent
07ba425d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+3
-1
No files found.
Dockerfile
View file @
f7cb4086
...
...
@@ -8,9 +8,11 @@ RUN apt-get update -y --fix-missing && apt-get install -y wget curl git bzip2 ca
libglib2.0-0 libxext6 libsm6 libxrender1
\
git mercurial subversion
\
build-essential
\
python3-pip python-pip
python3-pip python-pip
python3-dev
RUN
pip
install
pyspark
--no-cache-dir
RUN
pip3
install
--upgrade
pip
RUN
pip
install
jupyter
# SPARK requires java runtime
RUN
apt-get
install
-y
openjdk-11-jre
...
...
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