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
6caebd43
Commit
6caebd43
authored
Feb 27, 2020
by
Peter Parente
Committed by
GitHub
Feb 27, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into cgspatial-notebook
parents
9531de00
0ce64578
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
15 deletions
+13
-15
base-notebook/Dockerfile
base-notebook/Dockerfile
+2
-3
r-notebook/Dockerfile
r-notebook/Dockerfile
+11
-12
No files found.
base-notebook/Dockerfile
View file @
6caebd43
...
@@ -84,6 +84,7 @@ RUN cd /tmp && \
...
@@ -84,6 +84,7 @@ RUN cd /tmp && \
conda config
--system
--prepend
channels conda-forge
&&
\
conda config
--system
--prepend
channels conda-forge
&&
\
conda config
--system
--set
auto_update_conda
false
&&
\
conda config
--system
--set
auto_update_conda
false
&&
\
conda config
--system
--set
show_channel_urls
true
&&
\
conda config
--system
--set
show_channel_urls
true
&&
\
conda config
--system
--set
channel_priority strict
&&
\
if
[
!
$PYTHON_VERSION
=
'default'
]
;
then
conda
install
--yes
python
=
$PYTHON_VERSION
;
fi
&&
\
if
[
!
$PYTHON_VERSION
=
'default'
]
;
then
conda
install
--yes
python
=
$PYTHON_VERSION
;
fi
&&
\
conda list python |
grep
'^python '
|
tr
-s
' '
|
cut
-d
'.'
-f
1,2 |
sed
's/$/.*/'
>>
$CONDA_DIR
/conda-meta/pinned
&&
\
conda list python |
grep
'^python '
|
tr
-s
' '
|
cut
-d
'.'
-f
1,2 |
sed
's/$/.*/'
>>
$CONDA_DIR
/conda-meta/pinned
&&
\
conda
install
--quiet
--yes
conda
&&
\
conda
install
--quiet
--yes
conda
&&
\
...
@@ -126,9 +127,7 @@ ENTRYPOINT ["tini", "-g", "--"]
...
@@ -126,9 +127,7 @@ ENTRYPOINT ["tini", "-g", "--"]
CMD
["start-notebook.sh"]
CMD
["start-notebook.sh"]
# Copy local files as late as possible to avoid cache busting
# Copy local files as late as possible to avoid cache busting
COPY
start.sh /usr/local/bin/
COPY
start.sh start-notebook.sh start-singleuser.sh /usr/local/bin/
COPY
start-notebook.sh /usr/local/bin/
COPY
start-singleuser.sh /usr/local/bin/
COPY
jupyter_notebook_config.py /etc/jupyter/
COPY
jupyter_notebook_config.py /etc/jupyter/
# Fix permissions on /etc/jupyter as root
# Fix permissions on /etc/jupyter as root
...
...
r-notebook/Dockerfile
View file @
6caebd43
...
@@ -25,26 +25,25 @@ USER $NB_UID
...
@@ -25,26 +25,25 @@ USER $NB_UID
# R packages
# R packages
RUN
conda
install
--quiet
--yes
\
RUN
conda
install
--quiet
--yes
\
'r-base=3.6.
1
'
\
'r-base=3.6.
2
'
\
'r-caret=6.0*'
\
'r-caret=6.0*'
\
'r-crayon=1.3*'
\
'r-crayon=1.3*'
\
'r-devtools=2.
0
*'
\
'r-devtools=2.
2
*'
\
'r-forecast=8.
7
*'
\
'r-forecast=8.
11
*'
\
'r-hexbin=1.2
7
*'
\
'r-hexbin=1.2
8
*'
\
'r-htmltools=0.
3
*'
\
'r-htmltools=0.
4
*'
\
'r-htmlwidgets=1.
3
*'
\
'r-htmlwidgets=1.
5
*'
\
'r-irkernel=1.
0
*'
\
'r-irkernel=1.
1
*'
\
'r-nycflights13=1.0*'
\
'r-nycflights13=1.0*'
\
'r-plyr=1.8*'
\
'r-plyr=1.8*'
\
'r-randomforest=4.6*'
\
'r-randomforest=4.6*'
\
'r-rcurl=1.9
5
*'
\
'r-rcurl=1.9
8
*'
\
'r-reshape2=1.4*'
\
'r-reshape2=1.4*'
\
'r-rmarkdown=
1.14
*'
\
'r-rmarkdown=
2.1
*'
\
'r-rodbc=1.3*'
\
'r-rodbc=1.3*'
\
'r-rsqlite=2.1*'
\
'r-rsqlite=2.1*'
\
'r-shiny=1.3*'
\
'r-shiny=1.4*'
\
'r-sparklyr=1.0*'
\
'r-tidyverse=1.3*'
\
'r-tidyverse=1.2*'
\
'unixodbc=2.3.*'
\
'unixodbc=2.3.*'
\
&&
\
&&
\
conda clean
--all
-f
-y
&&
\
conda clean
--all
-f
-y
&&
\
...
...
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