Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Example Profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RWTHjupyter
Example Profile
Commits
49d800e6
Commit
49d800e6
authored
1 year ago
by
Marcus Meyer
Browse files
Options
Downloads
Patches
Plain Diff
Switched from conda to mamba
parent
6281acf8
No related branches found
No related tags found
No related merge requests found
Pipeline
#1303670
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
49d800e6
...
...
@@ -10,6 +10,6 @@ RUN pip install -r requirements.txt
ADD
environment.yml /tmp/environment.yml
# All packages specified in environment.yml are installed in the base environment
RUN
cond
a
env
update
-f
/tmp/environment.yml
&&
\
cond
a clean
-a
-f
-y
RUN
mamb
a
env
update
-f
/tmp/environment.yml
&&
\
mamb
a clean
-a
-f
-y
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