This commit is contained in:
2025-10-22 11:07:27 +08:00
parent 4333398dbe
commit daab333a49
7 changed files with 106 additions and 0 deletions

12
.hub/readme.md Normal file
View File

@@ -0,0 +1,12 @@
# jupyterhub相关配置说明
此文件夹包含了与jupyterhub有关的配置文件其中
1. **jupyter_config_backup.py** jupyterhub配置文件拷贝使用时将此文件拷贝至host端相应路径后重启hub即可。
```shell
sudo cp jupyter_config_backup.py /opt/tljh/config/jupyter_config.d/99-group-template.py
```
相关的配置说明见文件内注释。
2. **resource_map.ini** 对不同组别可获取资源与各组别内用户组成进行配置。