merge devgpu

This commit is contained in:
2024-01-28 19:12:10 +08:00
parent 05c8bf9cdc
commit 8ab4900e81
8 changed files with 160 additions and 108 deletions

View File

@@ -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