Loading README.md 0 → 100644 +16 −0 Original line number Diff line number Diff line # Capstone design ML custom docker image Image from [tensorflow/tensorflow:latest-gpu](https://hub.docker.com/r/tensorflow/tensorflow/tags?page=1&name=latest-gpu) ## Install jupyterhub via curl ``` sh -c "$(curl -fsSL https://git.biblio19.net/school/capstone-design/01/tensorflow-docker-gpu-jupyterhub/-/raw/main/jupyterhub_installation.sh)" ``` ## Install jupyterhub via wget ``` sh -c "$(wget https://git.biblio19.net/school/capstone-design/01/tensorflow-docker-gpu-jupyterhub/-/raw/main/jupyterhub_installation.sh -O -)" ``` ### To-Do - [ ] Add custom user - [ ] ADd docker-copmose.yml with new custom image Loading
README.md 0 → 100644 +16 −0 Original line number Diff line number Diff line # Capstone design ML custom docker image Image from [tensorflow/tensorflow:latest-gpu](https://hub.docker.com/r/tensorflow/tensorflow/tags?page=1&name=latest-gpu) ## Install jupyterhub via curl ``` sh -c "$(curl -fsSL https://git.biblio19.net/school/capstone-design/01/tensorflow-docker-gpu-jupyterhub/-/raw/main/jupyterhub_installation.sh)" ``` ## Install jupyterhub via wget ``` sh -c "$(wget https://git.biblio19.net/school/capstone-design/01/tensorflow-docker-gpu-jupyterhub/-/raw/main/jupyterhub_installation.sh -O -)" ``` ### To-Do - [ ] Add custom user - [ ] ADd docker-copmose.yml with new custom image