Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Graphene
tutorials
Commits
1089682e
Commit
1089682e
authored
1 year ago
by
Martin Welss
Browse files
Options
Downloads
Patches
Plain Diff
Update file README.md
parent
99dde363
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Container_Specification/README.md
+0
-11
0 additions, 11 deletions
Container_Specification/README.md
with
0 additions
and
11 deletions
Container_Specification/README.md
+
0
−
11
View file @
1089682e
...
@@ -96,17 +96,6 @@ https://docs.acumos.org/en/clio/submodules/license-manager/docs/user-guide-licen
...
@@ -96,17 +96,6 @@ https://docs.acumos.org/en/clio/submodules/license-manager/docs/user-guide-licen
There are several detailed tutorials on how to create a dockerized model in this
There are several detailed tutorials on how to create a dockerized model in this
repository: https://github.com/ai4eu/tutorials
repository: https://github.com/ai4eu/tutorials
**Important recommendation:**
For security reasons, the application in the container
should
**not**
run as root (which is the default). Instead an unpriviledged user should be
created that runs the application, here is an example snippet from a Dockerfile:
RUN useradd app
USER app
CMD ["java", "-jar", "/app.jar"]
This will also allow the docker container to be converted into a Singularity container
for HPC deployment.
#### [4. Status and Error Codes](#4-status-and-error-codes)
#### [4. Status and Error Codes](#4-status-and-error-codes)
The models should use gRPC status codes according to the spec:
The models should use gRPC status codes according to the spec:
...
...
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