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
933412ec
Commit
933412ec
authored
Sep 01, 2019
by
Arnav Sood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some includes
parent
24f10a5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+1
-1
No files found.
datascience-notebook/Dockerfile
View file @
933412ec
...
@@ -79,7 +79,7 @@ RUN conda install --quiet --yes \
...
@@ -79,7 +79,7 @@ RUN conda install --quiet --yes \
# taking effect properly on the .local folder in the jovyan home dir.
# taking effect properly on the .local folder in the jovyan home dir.
RUN
julia
-e
'import Pkg; Pkg.update()'
&&
\
RUN
julia
-e
'import Pkg; Pkg.update()'
&&
\
(
test
$TEST_ONLY_BUILD
||
julia
-e
'import Pkg; Pkg.add("HDF5")'
)
&&
\
(
test
$TEST_ONLY_BUILD
||
julia
-e
'import Pkg; Pkg.add("HDF5")'
)
&&
\
julia
-e
"using Pkg; pkg
\"
add
Gadfly RDatasets IJulia InstantiateFromURL
\"
; pkg
\"
precompile
\"
"
&&
\
julia
-e
"using Pkg; pkg
\"
add
IJulia
\"
; pkg
\"
precompile
\"
"
&&
\
# move kernelspec out of home \
# move kernelspec out of home \
mv $HOME/.local/share/jupyter/kernels/julia* $CONDA_DIR/share/jupyter/kernels/ && \
mv $HOME/.local/share/jupyter/kernels/julia* $CONDA_DIR/share/jupyter/kernels/ && \
chmod -R go+rx $CONDA_DIR/share/jupyter && \
chmod -R go+rx $CONDA_DIR/share/jupyter && \
...
...
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