Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
PPC-BSC
Software
Deep Health Compss
Commits
72dadb4f
Commit
72dadb4f
authored
Jan 24, 2022
by
salbiach
Browse files
yaml gpu limit to 1
parent
38b5ecaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
kubernetes/compss_deephealth.yaml
View file @
72dadb4f
...
...
@@ -29,6 +29,9 @@ spec:
containers
:
-
name
:
dh-compss-master
image
:
registry.gitlab.bsc.es/ppc-bsc/software/deep-health-compss/compss-eddl:latest-compss-2.8-eddlgpu-1.1-python-3.6
resources
:
limits
:
nvidia.com/gpu
:
1
# requesting 1 GPU
imagePullPolicy
:
Always
ports
:
-
containerPort
:
22
...
...
@@ -63,7 +66,7 @@ spec:
selector
:
matchLabels
:
app
:
compss
replicas
:
2
replicas
:
16
template
:
metadata
:
labels
:
...
...
@@ -81,7 +84,10 @@ spec:
type
:
DirectoryOrCreate
containers
:
-
name
:
dh-compss-worker
image
:
registry.gitlab.bsc.es/ppc-bsc/software/deep-health-compss/compss-eddl:latest-compss-2.8-eddlgpu-1.1-python-3.6
image
:
registry.gitlab.bsc.es/ppc-bsc/software/deep-health-compss/compss-eddl:latest-compss-2.8-eddlgpu-1.1-python-3.6
resources
:
limits
:
nvidia.com/gpu
:
1
# requesting 1 GPU
imagePullPolicy
:
Always
# env:
# - name: MY_POD_NAME
...
...
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