Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Init Elements
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Workers
Init Elements
Commits
131a1d16
Commit
131a1d16
authored
10 months ago
by
Manon Blanco
Browse files
Options
Downloads
Patches
Plain Diff
Allow the worker to be launched with Slurm
parent
6e8a56f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Allow the worker to be launched with Slurm
Pipeline
#172867
passed
10 months ago
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.arkindex.yml
+1
-0
1 addition, 0 deletions
.arkindex.yml
Dockerfile
+0
-2
0 additions, 2 deletions
Dockerfile
with
1 addition
and
2 deletions
.arkindex.yml
+
1
−
0
View file @
131a1d16
...
...
@@ -7,6 +7,7 @@ workers:
type
:
extractor
docker
:
build
:
Dockerfile
command
:
worker-init-elements
user_configuration
:
chunks_number
:
title
:
Number of chunks to split workflow into after initialisation
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
2
View file @
131a1d16
...
...
@@ -14,5 +14,3 @@ RUN pip install . --no-cache-dir
# Add archi local CA
RUN
curl https://assets.teklia.com/teklia_dev_ca.pem
>
/usr/local/share/ca-certificates/arkindex-dev.crt
&&
update-ca-certificates
ENV
REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
CMD
["worker-init-elements"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment