Commit 12829e3c authored by blackheaven's avatar blackheaven
Browse files

Add reference link and custom image link

parent a44ddb63
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -6,11 +6,16 @@ sh -c "$(curl -fsSL https://git.biblio19.net/school/capstone-design/01/tensorflo
```  
## 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 -)"
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
 - [x] Add docker-copmose.yml with new custom image
 - [x] Add docker-compose.override.yml with [new custom image](https://git.biblio19.net/school/capstone-design/01/tensorflow-docker-gpu-jupyterhub/container_registry)

<details>
  <summary>Reference link</summary>

  - [Tensorflow GPU JupyterLab Docker Container — How to access files using Jupyter lab on localhost from a remote machine docker container](https://pallawi-ds.medium.com/tensorflow-gpu-jupyterlab-docker-container-how-to-access-files-using-jupyter-lab-on-localhost-ba4ff281e4a4)
</details>