Skip to content
Snippets Groups Projects
Commit 84cdf18f authored by František Dvořák's avatar František Dvořák
Browse files

Disable Python Tensorflow images as there is missing version of 3.2.2

parent 82f29a3f
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,14 @@ ...@@ -34,11 +34,14 @@
- "{{ gateway_hostname }}" - "{{ gateway_hostname }}"
secretName: acme-tls-gateway secretName: acme-tls-gateway
kernel: kernel:
# disabled: Spark, not installing Spark on gatewy clusters
allowedKernels: allowedKernels:
- r_kubernetes - r_kubernetes
- python_kubernetes - python_kubernetes
- python_tf_kubernetes # missing version 3.2.2
- python_tf_gpu_kubernetes # - python_tf_kubernetes
# missing version 3.2.2
# - python_tf_gpu_kubernetes
- scala_kubernetes - scala_kubernetes
kip: kip:
enabled: true enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment