Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
b6678946
Commit
b6678946
authored
Jan 20, 2021
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tentative workaround to yaml upgrade failure
parent
079f392a
Pipeline
#100331
failed with stage
in 40 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+4
-0
environment.yml
environment.yml
+0
-3
No files found.
Dockerfile
View file @
b6678946
...
...
@@ -43,6 +43,10 @@ RUN conda install mamba -c conda-forge
COPY
environment.yml .
RUN
mamba
env
update
-n
base
-f
environment.yml
&&
rm
environment.yml
# Workaround: pip installed nbgrader-dev requires pyyaml 5.4
# but pip refuses by default to upgrade conda's pyyaml 5.3
RUN
sudo
-H
pip3
install
--ignore-installed
PyYAML
# The repo for the course "Introduction à la science des données"
# is outdated and clashes with other courses (nbgrader configuration).
# Disabled
...
...
environment.yml
View file @
b6678946
...
...
@@ -46,9 +46,6 @@ dependencies:
# in the course "Traitement de données hydrologiques" of M2 HSS
-
r-factominer
# Attempt to avoid it being installed by pip in later environments
-
pyyaml
-
pip
:
# For Erwan Pannier <erwan.pannier@centralesupelec.fr>
# A fast line-by-line code for high-resolution infrared molecular spectra
...
...
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