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
3e0eb813
Commit
3e0eb813
authored
Oct 11, 2016
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #269, NB_UID regression
Workaround docker / aufs permission problems
parent
0a6620e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
base-notebook/Dockerfile
base-notebook/Dockerfile
+0
-1
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+3
-2
No files found.
base-notebook/Dockerfile
View file @
3e0eb813
...
...
@@ -53,7 +53,6 @@ USER $NB_USER
# Setup jovyan home directory
RUN
mkdir
/home/
$NB_USER
/work
&&
\
mkdir
/home/
$NB_USER
/.jupyter
&&
\
mkdir
-p
-m
700 /home/
$NB_USER
/.local/share/jupyter
&&
\
echo
"cacert=/etc/ssl/certs/ca-certificates.crt"
>
/home/
$NB_USER
/.curlrc
# Install conda as jovyan
...
...
datascience-notebook/Dockerfile
View file @
3e0eb813
...
...
@@ -50,8 +50,9 @@ RUN conda config --add channels r && \
# to the system share location. Avoids problems with runtime UID change not
# taking effect properly on the .local folder in the jovyan home dir.
RUN
julia
-e
'Pkg.add("IJulia")'
&&
\
mv
/home/
$NB_USER
/.local/share/jupyter/kernels/julia
*
$CONDA_DIR
/share/jupyter/kernels/
&&
\
chmod
-R
go+rx
$CONDA_DIR
/share/jupyter
mv
$HOME
/.local/share/jupyter/kernels/julia
*
$CONDA_DIR
/share/jupyter/kernels/
&&
\
chmod
-R
go+rx
$CONDA_DIR
/share/jupyter
&&
\
rm
-rf
$HOME
/.local
# Show Julia where conda libraries are
# Add essential packages
...
...
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