merge devgpu
This commit is contained in:
@@ -32,9 +32,20 @@ services:
|
||||
# All containers will join this network
|
||||
DOCKER_NETWORK_NAME: jupyterhub-network
|
||||
# JupyterHub will spawn this Notebook image for users
|
||||
DOCKER_NOTEBOOK_IMAGE: hotwa/notebook:latest # registry.cn-hangzhou.aliyuncs.com/hotwa/notebook
|
||||
DOCKER_NOTEBOOK_IMAGE: hotwa/notebook:latest
|
||||
# Notebook directory inside user image
|
||||
DOCKER_NOTEBOOK_DIR: /home/jovyan/work
|
||||
# nginx:
|
||||
# image: nginx:latest
|
||||
# volumes:
|
||||
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
# ports:
|
||||
# - "18188:80"
|
||||
# depends_on:
|
||||
# - hub
|
||||
# networks:
|
||||
# - jupyterhub-network
|
||||
|
||||
|
||||
volumes:
|
||||
jupyterhub-data:
|
||||
@@ -42,3 +53,5 @@ volumes:
|
||||
networks:
|
||||
jupyterhub-network:
|
||||
name: jupyterhub-network
|
||||
|
||||
# use 127.0.0.1:8000 access
|
||||
|
||||
Reference in New Issue
Block a user