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
38ae459b
Commit
38ae459b
authored
Dec 08, 2016
by
Ilsiyar Gaynutdinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed License to modified BSD
parent
c2695493
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
15 deletions
+12
-15
Makefile
Makefile
+5
-5
base-notebook/Dockerfile.ppc64le
base-notebook/Dockerfile.ppc64le
+1
-2
base-notebook/Dockerfile.ppc64le.patch
base-notebook/Dockerfile.ppc64le.patch
+6
-8
No files found.
Makefile
View file @
38ae459b
...
@@ -38,12 +38,12 @@ help:
...
@@ -38,12 +38,12 @@ help:
@grep -E '^[a-zA-Z0-9_%/-]+
:
.*?
##
.*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?
##
"}; {printf "
\0
33[36m%-30s
\0
33[0m %s
\n
"
,
$$1
,
$$2}'
@grep -E '^[a-zA-Z0-9_%/-]+
:
.*?
##
.*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?
##
"}; {printf "
\0
33[36m%-30s
\0
33[0m %s
\n
"
,
$$1
,
$$2}'
arch_patch/%
:
##
apply hardware architecture specific patches to the Dockerfile
arch_patch/%
:
##
apply hardware architecture specific patches to the Dockerfile
if
[
-e
./
$(
notdir
$@
)
/Dockerfile.orig
]
;
then
\
cp
-f
./
$(
notdir
$@
)
/Dockerfile.orig ./
$(
notdir
$@
)
/Dockerfile
;
\
else
\
cp
-f
./
$(
notdir
$@
)
/Dockerfile ./
$(
notdir
$@
)
/Dockerfile.orig
;
\
fi
;
\
if
[
-e
./
$(
notdir
$@
)
/Dockerfile.
$(ARCH)
.patch
]
;
then
\
if
[
-e
./
$(
notdir
$@
)
/Dockerfile.
$(ARCH)
.patch
]
;
then
\
if
[
-e
./
$(
notdir
$@
)
/Dockerfile.orig
]
;
then
\
cp
-f
./
$(
notdir
$@
)
/Dockerfile.orig ./
$(
notdir
$@
)
/Dockerfile
;
\
else
\
cp
-f
./
$(
notdir
$@
)
/Dockerfile ./
$(
notdir
$@
)
/Dockerfile.orig
;
\
fi
;
\
patch
-f
./
$(
notdir
$@
)
/Dockerfile ./
$(
notdir
$@
)
/Dockerfile.
$(ARCH)
.patch
;
\
patch
-f
./
$(
notdir
$@
)
/Dockerfile ./
$(
notdir
$@
)
/Dockerfile.
$(ARCH)
.patch
;
\
fi
fi
...
...
base-notebook/Dockerfile.ppc64le
View file @
38ae459b
# Copyright (c) IBM Corporation 2016
# Copyright (c) IBM Corporation 2016
# Distributed under the terms of the Apache V2 License,
# Distributed under the terms of the Modified BSD License.
# https://opensource.org/licenses/Apache-2.0
# Ubuntu image
# Ubuntu image
FROM ppc64le/ubuntu:trusty
FROM ppc64le/ubuntu:trusty
...
...
base-notebook/Dockerfile.ppc64le.patch
View file @
38ae459b
--- Dockerfile 2016-12-0
7 14:36:13.998198003
-0500
--- Dockerfile 2016-12-0
8 12:23:10.288198002
-0500
+++ Dockerfile.ppc64le 2016-12-0
7 14:35:24.928197537
-0500
+++ Dockerfile.ppc64le 2016-12-0
8 12:25:01.518197999
-0500
@@ -1,36 +1,4
4
@@
@@ -1,36 +1,4
3
@@
-# Copyright (c) Jupyter Development Team.
-# Copyright (c) Jupyter Development Team.
-# Distributed under the terms of the Modified BSD License.
+# Copyright (c) IBM Corporation 2016
+# Copyright (c) IBM Corporation 2016
+# Distributed under the terms of the Apache V2 License,
# Distributed under the terms of the Modified BSD License.
+# https://opensource.org/licenses/Apache-2.0
-# Debian Jessie image released 2016 May 03.
-# Debian Jessie image released 2016 May 03.
-FROM debian@sha256:32a225e412babcd54c0ea777846183c61003d125278882873fb2bc97f9057c51
-FROM debian@sha256:32a225e412babcd54c0ea777846183c61003d125278882873fb2bc97f9057c51
...
@@ -64,7 +62,7 @@
...
@@ -64,7 +62,7 @@
# Configure environment
# Configure environment
ENV CONDA_DIR /opt/conda
ENV CONDA_DIR /opt/conda
@@ -58,11 +6
6
,10 @@
@@ -58,11 +6
5
,10 @@
# Install conda as jovyan
# Install conda as jovyan
RUN cd /tmp && \
RUN cd /tmp && \
mkdir -p $CONDA_DIR && \
mkdir -p $CONDA_DIR && \
...
@@ -80,7 +78,7 @@
...
@@ -80,7 +78,7 @@
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \
$CONDA_DIR/bin/conda config --system --add channels conda-forge && \
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
conda clean -tipsy
conda clean -tipsy
@@ -72,15 +7
9
,16 @@
@@ -72,15 +7
8
,16 @@
RUN echo "jpeg 8*" >> /opt/conda/conda-meta/pinned
RUN echo "jpeg 8*" >> /opt/conda/conda-meta/pinned
# Install Jupyter notebook as jovyan
# Install Jupyter notebook as jovyan
...
...
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