docker 方式部署,浏览器访问提示您正在直接访问计算节点上的 Jupyter Server,这不符合预期 #350
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This Actions is used to hint users to sign the CLA if they have not done so yet. | |
name: 'GitHub: CLA Assistant' | |
on: | |
issue_comment: | |
types: [created] | |
pull_request_target: | |
types: [opened, closed, synchronize] | |
jobs: | |
assistant: | |
uses: secretflow/.github/.github/workflows/cla.yml@main | |
secrets: inherit |