mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 06:00:29 +00:00
updated env variables
This commit is contained in:
@@ -49,6 +49,8 @@ NETWORK_NAME = os.environ["DOCKER_NETWORK_NAME"]
|
||||
# gpu support: 0 - disabled, 1 - enabled, 2 - autodetect
|
||||
if ENABLE_GPU_SUPPORT == 2 and NVIDIA_DETECTED:
|
||||
ENABLE_GPU_SUPPORT = 1 # means - gpu enabled
|
||||
elif ENABLE_GPU_SUPPORT == 2 and not NVIDIA_DETECTED
|
||||
ENABLE_GPU_SUPPORT = 0 # means - disable
|
||||
|
||||
# ensure that we are using SSL, it should be enabled by default
|
||||
if ENABLE_JUPYTERHUB_SSL == 1:
|
||||
|
||||
Reference in New Issue
Block a user