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
0458a875
"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@5021" did not exist on "1300c4df95700516929acf4ab3abbd37d2690a79"
Commit
0458a875
authored
Mar 04, 2016
by
John Kirkham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minimal-notebook/Dockerfile: Clean out `conda`.
parent
3f15f3bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
minimal-notebook/Dockerfile
minimal-notebook/Dockerfile
+3
-2
No files found.
minimal-notebook/Dockerfile
View file @
0458a875
...
@@ -70,13 +70,14 @@ RUN cd /tmp && \
...
@@ -70,13 +70,14 @@ RUN cd /tmp && \
echo
"9ea57c0fdf481acf89d816184f969b04bc44dea27b258c4e86b1e3a25ff26aa0 *Miniconda3-3.19.0-Linux-x86_64.sh"
|
sha256sum
-c
-
&&
\
echo
"9ea57c0fdf481acf89d816184f969b04bc44dea27b258c4e86b1e3a25ff26aa0 *Miniconda3-3.19.0-Linux-x86_64.sh"
|
sha256sum
-c
-
&&
\
/bin/bash Miniconda3-3.19.0-Linux-x86_64.sh
-f
-b
-p
$CONDA_DIR
&&
\
/bin/bash Miniconda3-3.19.0-Linux-x86_64.sh
-f
-b
-p
$CONDA_DIR
&&
\
rm
Miniconda3-3.19.0-Linux-x86_64.sh
&&
\
rm
Miniconda3-3.19.0-Linux-x86_64.sh
&&
\
$CONDA_DIR
/bin/conda
install
--yes
conda
==
3.19.1
$CONDA_DIR
/bin/conda
install
--yes
conda
==
3.19.1
&&
\
conda clean
-tipsy
# Install Jupyter notebook as jovyan
# Install Jupyter notebook as jovyan
RUN
conda
install
--yes
\
RUN
conda
install
--yes
\
'notebook=4.1*'
\
'notebook=4.1*'
\
terminado
\
terminado
\
&&
conda clean
-
yt
&&
conda clean
-
tipsy
USER
root
USER
root
...
...
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