Skip to content
Snippets Groups Projects
Commit 5aeb58d5 authored by Michael Thiel's avatar Michael Thiel
Browse files

Edit Dockerfile

parent 689e0ab2
No related branches found
No related tags found
No related merge requests found
Pipeline #233345 failed
......@@ -18,7 +18,8 @@ RUN mamba install -c conda-forge ipywidgets
# nvcc --version # nvcc not found...
RUN mamba install -c conda-forge cudatoolkit
RUN mamba install -c conda-forge "jaxlib=*=*cuda*" jax
RUN CONDA_OVERRIDE_CUDA="12" mamba install -c conda-forge "jaxlib=*=*cuda*"
RUN mamba install -c conda-forge jax
RUN mamba install -c conda-forge keras
RUN mamba install -c conda-forge control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment