Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jupyter-thiel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FB03_LaborTI
jupyter-thiel
Commits
28087522
Commit
28087522
authored
11 months ago
by
Michael Thiel
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
23dfee46
No related branches found
No related tags found
No related merge requests found
Pipeline
#186380
passed
11 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-1
6 additions, 1 deletion
Dockerfile
with
6 additions
and
1 deletion
Dockerfile
+
6
−
1
View file @
28087522
...
@@ -7,6 +7,11 @@ RUN pip3 install --upgrade pip
...
@@ -7,6 +7,11 @@ RUN pip3 install --upgrade pip
RUN
mamba update mamba
RUN
mamba update mamba
# Conda packages
# Conda packages
RUN
mamba
install
-c
conda-forge jupyter_contrib_nbextensions
RUN
mamba
install
-c
conda-forge myst-nb
RUN
mamba
install
-c
conda-forge ipympl
RUN
mamba
install
-c
conda-forge ipywidgets
RUN
mamba
install
-c
conda-forge control
RUN
mamba
install
-c
conda-forge control
RUN
mamba
install
-c
conda-forge casadi
RUN
mamba
install
-c
conda-forge casadi
RUN
mamba
install
-c
conda-forge networkx
RUN
mamba
install
-c
conda-forge networkx
...
@@ -15,4 +20,4 @@ RUN mamba install -c conda-forge jax
...
@@ -15,4 +20,4 @@ RUN mamba install -c conda-forge jax
RUN
mamba
install
-c
conda-forge flax
RUN
mamba
install
-c
conda-forge flax
# Install pip packages
# Install pip packages
#RUN pip install rlax
#RUN pip install rlax
\ No newline at end of file
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