jupyterlab-datascience-gpu/Dockerfile

5 lines
145 B
Docker
Raw Normal View History

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:37:12 +00:00
RUN conda install -c conda-forge tensorflow-gpu=2.11 -y