Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
nanahira
Jupyter Docker Stacks
Commits
d91d4a8c
Commit
d91d4a8c
authored
Oct 31, 2017
by
cglewis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MAINTAINER is deprecated, using LABEL now
parent
da2c5a4d
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+1
-1
base-notebook/Dockerfile
base-notebook/Dockerfile
+1
-1
base-notebook/Dockerfile.ppc64le
base-notebook/Dockerfile.ppc64le
+1
-1
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+1
-1
minimal-notebook/Dockerfile
minimal-notebook/Dockerfile
+1
-1
pyspark-notebook/Dockerfile
pyspark-notebook/Dockerfile
+1
-1
r-notebook/Dockerfile
r-notebook/Dockerfile
+1
-1
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+1
-1
tensorflow-notebook/Dockerfile
tensorflow-notebook/Dockerfile
+1
-1
No files found.
all-spark-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/pyspark-notebook
FROM
jupyter/pyspark-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
base-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# https://github.com/docker-library/official-images/commit/0ea9b38b835ffb656c497783321632ec7f87b60c
# https://github.com/docker-library/official-images/commit/0ea9b38b835ffb656c497783321632ec7f87b60c
FROM
ubuntu@sha256:84c334414e2bfdcae99509a6add166bbb4fa4041dc3fa6af08046a66fed3005f
FROM
ubuntu@sha256:84c334414e2bfdcae99509a6add166bbb4fa4041dc3fa6af08046a66fed3005f
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
base-notebook/Dockerfile.ppc64le
View file @
d91d4a8c
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# Ubuntu image
# Ubuntu image
FROM ppc64le/ubuntu:trusty
FROM ppc64le/ubuntu:trusty
MAINTAINER Ilsiyar Gaynutdinov <ilsiyar_gaynutdinov@ru.ibm.com>
LABEL maintainer="Ilsiyar Gaynutdinov <ilsiyar_gaynutdinov@ru.ibm.com>"
USER root
USER root
...
...
datascience-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/scipy-notebook
FROM
jupyter/scipy-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
minimal-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
FROM
jupyter/base-notebook
FROM
jupyter/base-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
pyspark-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/scipy-notebook
FROM
jupyter/scipy-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
r-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/minimal-notebook
FROM
jupyter/minimal-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
scipy-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/minimal-notebook
FROM
jupyter/minimal-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER
root
USER
root
...
...
tensorflow-notebook/Dockerfile
View file @
d91d4a8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Distributed under the terms of the Modified BSD License.
FROM
jupyter/scipy-notebook
FROM
jupyter/scipy-notebook
MAINTAINER
Jupyter Project <jupyter@googlegroups.com>
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
# Install Tensorflow
RUN
conda
install
--quiet
--yes
\
RUN
conda
install
--quiet
--yes
\
...
...
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