Skip to content

Commit

Permalink
--wip-- [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Liana64 committed Nov 19, 2024
1 parent 98e4cb8 commit 99c1214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
retries: 3
values:
controllers:
ollama:
colabfold:
type: deployment
annotations:
reloader.stakater.com/auto: "true"
Expand Down Expand Up @@ -56,11 +56,11 @@ spec:
requests:
cpu: 200m
memory: 4Gi
gpu.intel.com/i915: "4"
nvidia.com/gpu: 2
limits:
cpu: 32000m
memory: 64Gi
gpu.intel.com/i915: "4"
nvidia.com/gpu: 4
service:
app:
controller: *app
Expand Down Expand Up @@ -88,6 +88,7 @@ spec:
- secretName: colabfold-tls
hosts: [*host]
persistence:
# TODO: Replace with existing PVC
data:
storageClass: local-nvme
accessMode: ReadWriteMany
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ spec:
app:
image:
repository: ghcr.io/soedinglab/mmseqs2
tag: master@sha256:1d2d0eab503a56fcf4909e1d301156f91d0e67a2296725de9c192249fd0766b7
# Image A - GPU support
tag: master-cuda12@sha256:c1045173cd84e0921f3ffacad5beac0044432996643d589c0c407666aa7b4962

# Image B - No GPU support
#tag: master@sha256:1d2d0eab503a56fcf4909e1d301156f91d0e67a2296725de9c192249fd0766b7
command: ["tail", "-f", "/dev/null"]
env:
TZ: ${TIMEZONE}
Expand Down

0 comments on commit 99c1214

Please sign in to comment.