Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HSLU Statistical Data Analysis I
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirko Birbaumer
HSLU Statistical Data Analysis I
Commits
fe259a8e
Commit
fe259a8e
authored
2 years ago
by
Pascal Baumann
Browse files
Options
Downloads
Plain Diff
Merge branch 'mamba-update' into 'master'
Mamba Update --all See merge request
!5
parents
e519659d
0e7052bf
No related branches found
No related tags found
1 merge request
!5
Mamba Update --all
Pipeline
#471015
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-3
5 additions, 3 deletions
Dockerfile
with
5 additions
and
3 deletions
Dockerfile
+
5
−
3
View file @
fe259a8e
...
...
@@ -18,18 +18,20 @@ USER ${NB_USER}
# install the python dependencies
COPY
requirements.txt environment.yml /tmp/
RUN
mamba update
-y
-q
--all
RUN
pip
install
--upgrade
pip
RUN
conda
env
update
-q
-f
/tmp/environment.yml
&&
\
/opt/conda/bin/pip
install
-r
/tmp/requirements.txt
&&
\
conda clean
-y
--all
&&
conda list
&&
\
conda
env export
-n
"root"
RUN
conda
install
-y
-c
intel mkl-service
==
2.4.0
RUN
conda
install
-y
-c
conda-forge ffmpeg
RUN
conda
install
-q
-y
-c
intel mkl-service
==
2.4.0
RUN
conda
install
-q
-y
-c
conda-forge ffmpeg
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG
RENKU_VERSION=1.
8
.0
ARG
RENKU_VERSION=1.
10
.0
########################################################
# Do not edit this section and do not add anything below
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment