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
a766a436
Commit
a766a436
authored
3 weeks ago
by
Michael Thiel
Browse files
Options
Downloads
Patches
Plain Diff
added keras explicitly (able to try jax as backend)
added c++ add jupyterlab-git
parent
2470d2dd
No related branches found
No related tags found
No related merge requests found
Pipeline
#233318
passed
3 weeks ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-4
7 additions, 4 deletions
Dockerfile
with
7 additions
and
4 deletions
Dockerfile
+
7
−
4
View file @
a766a436
...
@@ -8,20 +8,23 @@ USER root
...
@@ -8,20 +8,23 @@ USER root
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
RUN
mamba update mamba
RUN
mamba update mamba
#
Conda packages
#
Python
RUN
mamba
install
-c
conda-forge jupyter-server-proxy
=
4.4.0
RUN
mamba
install
-c
conda-forge jupyter-server-proxy
=
4.4.0
RUN
mamba
install
-c
conda-forge jupyterlab-git
==
0.50.1
RUN
mamba
install
-c
conda-forge jupyter_contrib_nbextensions
RUN
mamba
install
-c
conda-forge jupyter_contrib_nbextensions
RUN
mamba
install
-c
conda-forge myst-nb
RUN
mamba
install
-c
conda-forge myst-nb
RUN
mamba
install
-c
conda-forge ipympl
RUN
mamba
install
-c
conda-forge ipympl
RUN
mamba
install
-c
conda-forge ipywidgets
RUN
mamba
install
-c
conda-forge ipywidgets
RUN
mamba
install
-c
conda-forge keras
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
RUN
mamba
install
-c
conda-forge pillow
RUN
mamba
install
-c
conda-forge pillow
RUN
mamba
install
-c
conda-forge jaxlib
RUN
mamba
install
-c
conda-forge jax
RUN
mamba
install
-c
conda-forge jax
RUN
mamba
install
-c
conda-forge flax
RUN
mamba
install
-c
conda-forge flax
# Install pip packages
#RUN pip install rlax
#RUN pip install rlax
\ No newline at end of file
# C++
RUN
mamba
install
xeus-cling
-c
conda-forge
\ 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