Commit 322eebd1 authored by blackheaven's avatar blackheaven
Browse files

Add custom docker image

parent cbd5e9ba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
version: '3'

services:
  jupyter-gpu:
    image: registry.biblio19.net:443/school/capstone-design/01/tensorflow-docker-gpu-jupyterhub:2023-03-21
    command: jupyterhub --ip 0.0.0.0 --port 9999
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ services:
    command: tail -f /dev/null
    restart: always
    working_dir: /hub
    # command: jupyterhub --ip 0.0.0.0 --port 9999
    # runtime: nvidia
    deploy:
      resources: