2023-01-27 08:45:15 +00:00
|
|
|
FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:latest
|
2023-01-24 14:00:27 +00:00
|
|
|
|
2023-01-27 08:45:15 +00:00
|
|
|
USER jovyan
|
2023-01-24 14:38:15 +00:00
|
|
|
|
2023-01-30 15:25:55 +00:00
|
|
|
#RUN conda install -c conda-forge tensorflow-gpu=2.11 -y
|
|
|
|
|
|
|
|
RUN mamba install -c conda-forge tensorflow=cuda112py310* -y
|