Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
5db49876
Commit
5db49876
authored
Oct 06, 2020
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: conda should not ask for confirmation
parent
c279db40
Pipeline
#87594
passed with stage
in 120 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
5db49876
...
@@ -44,7 +44,7 @@ RUN for REPO in \
...
@@ -44,7 +44,7 @@ RUN for REPO in \
done
done
# Install SageMath, for now in a different environment
# Install SageMath, for now in a different environment
RUN
mamba create
-n
sage
sage
=
9.1
RUN
mamba create
--yes
-n
sage
sage
=
9.1
# Enable the Visual Studio proxy extension in notebook and lab
# Enable the Visual Studio proxy extension in notebook and lab
# Taken from https://github.com/betatim/vscode-binder/blob/master/postBuild
# Taken from https://github.com/betatim/vscode-binder/blob/master/postBuild
...
...
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