Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Craig Russell
bia-jupyter-hub
Commits
0baaa33d
Commit
0baaa33d
authored
Aug 04, 2021
by
Craig Russell
Browse files
Changing hostname for gpu
parent
e5cd7aab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
binderhub/production/config_beta.yaml
binderhub/production/config_beta.yaml
+2
-2
binderhub/production/config_beta_GPU.yaml
binderhub/production/config_beta_GPU.yaml
+12
-6
No files found.
binderhub/production/config_beta.yaml
View file @
0baaa33d
...
...
@@ -5,14 +5,14 @@ config:
hub_url
:
https://beta.binder.bioimagearchive.org/binderhub
banner_message
:
|
<div style="text-align: center;">Beta service with more RAM and CPU (no DIND atm)</div>
auth_enabled
:
tru
e
auth_enabled
:
fals
e
jupyterhub
:
# proxy:
# secretToken: "f61d5cb5bf61e6ca39894bfeb7c85bd75a79e3f8fbcf7a3054bd735a73c76737"
# https:
# enabled: true
custom
:
binderauth_enabled
:
tru
e
binderauth_enabled
:
fals
e
cull
:
# don't cull authenticated users
users
:
False
...
...
binderhub/production/config_beta_GPU.yaml
View file @
0baaa33d
jupyterhub
:
custom
:
binderauth_enabled
:
false
hub
:
baseUrl
:
/
binder
hub
baseUrl
:
/
j
hub
ingress
:
enabled
:
true
hosts
:
-
gpu.
beta.
binder.bioimagearchive.org
-
gpu.binder.bioimagearchive.org
singleuser
:
profileList
:
-
display_name
:
"
GPU
Server"
description
:
"
Spawns
a
notebook
server
with
access
to
a
GPU"
...
...
@@ -17,7 +19,8 @@ jupyterhub:
config
:
BinderHub
:
hub_url
:
gpu.beta.binder.bioimagearchive.org/binderhub/
auth_enabled
:
false
hub_url
:
https://gpu.binder.bioimagearchive.org/jhub
banner_message
:
|
<div style="text-align: center;">Beta service with more RAM and CPU and GPU Support </div>
...
...
@@ -25,10 +28,13 @@ config:
ingress
:
enabled
:
true
hosts
:
-
"
gpu.
beta.
binder.bioimagearchive.org"
-
"
gpu.binder.bioimagearchive.org"
tls
:
annotations
:
kubernetes.io/ingress.class
:
nginx
dind
:
enabled
:
true
\ No newline at end of file
enabled
:
true
service
:
type
:
ClusterIP
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment