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
c31e74bf
Commit
c31e74bf
authored
1 month ago
by
Michael Thiel
Browse files
Options
Downloads
Patches
Plain Diff
Edit Dockerfile
parent
b5acfa33
No related branches found
No related tags found
No related merge requests found
Pipeline
#233544
failed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-11
9 additions, 11 deletions
Dockerfile
with
9 additions
and
11 deletions
Dockerfile
+
9
−
11
View file @
c31e74bf
...
...
@@ -9,17 +9,15 @@ RUN pip3 install --upgrade pip
RUN
mamba update mamba
# Python
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 myst-nb
RUN
mamba
install
-c
conda-forge ipympl
RUN
mamba
install
-c
conda-forge ipywidgets
# nvcc --version # nvcc not found...
RUN
mamba
install
-c
conda-forge cudatoolkit
RUN
CONDA_OVERRIDE_CUDA
=
"12"
mamba
install
-c
conda-forge
"jaxlib=*=*cuda*"
RUN
mamba
install
-c
conda-forge jax
RUN
mamba
install
jupyter-server-proxy
=
4.4.0
-c
conda-forge
RUN
mamba
install
jupyterlab-git
==
0.50.1
-c
conda-forge
RUN
mamba
install
jupyter_contrib_nbextensions
-c
conda-forge
RUN
mamba
install
myst-nb
-c
conda-forge
RUN
mamba
install
ipympl
-c
conda-forge
RUN
mamba
install
ipywidgets
-c
conda-forge
#RUN mamba install cudatoolkit -c conda-forge
RUN
mamba
install
"jaxlib=*=*cuda*"
jax cuda-nvcc
-c
conda-forge
-c
nvidia
RUN
mamba
install
-c
conda-forge keras
ENV
KERAS_BACKEND=jax
...
...
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