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
54838ed4
Commit
54838ed4
authored
Aug 09, 2016
by
Peter Parente
Committed by
GitHub
Aug 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #257 from jakirkham/disable_conda_auto_update
Disable `conda` auto-update
parents
78828543
1a290a9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
base-notebook/Dockerfile
base-notebook/Dockerfile
+1
-0
No files found.
base-notebook/Dockerfile
View file @
54838ed4
...
@@ -62,6 +62,7 @@ RUN cd /tmp && \
...
@@ -62,6 +62,7 @@ RUN cd /tmp && \
rm
Miniconda3-4.1.11-Linux-x86_64.sh
&&
\
rm
Miniconda3-4.1.11-Linux-x86_64.sh
&&
\
$CONDA_DIR
/bin/conda
install
--quiet
--yes
conda
==
4.1.11
&&
\
$CONDA_DIR
/bin/conda
install
--quiet
--yes
conda
==
4.1.11
&&
\
$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 clean
-tipsy
conda clean
-tipsy
# Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210
# Temporary workaround for https://github.com/jupyter/docker-stacks/issues/210
...
...
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