Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
beat
beat.web
Commits
a575849c
Commit
a575849c
authored
6 years ago
by
Samuel GAIST
Committed by
Zohreh MOSTAANI
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Update docker image name
parent
2595bc87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!265
merge new documentation to master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/user/algorithms/guide.rst
+4
-4
4 additions, 4 deletions
doc/user/algorithms/guide.rst
with
4 additions
and
4 deletions
doc/user/algorithms/guide.rst
+
4
−
4
View file @
a575849c
...
...
@@ -164,13 +164,13 @@ Prerequisite: Configure your command-line client
================================================
In order to ensure that your compiled algorithm will works on the |project| platform,
you must compile it using our docker image
called *beats/client*. Once downloaded,
you'll need to configure the command-line tool to access your
account on the |project|
platform:
you must compile it using our docker image
*docker.idiap.ch/beat/beat.env.client*.
Once downloaded,
you'll need to configure the command-line tool to access your
account on the |project|
platform:
.. code-block:: bash
$ docker run -ti
beats/client:0.1.5
bash
$ docker run -ti
docker.idiap.ch/beat/beat.env.client:2.0.0r1
bash
/# cd home
/home# beat config set user <your_user_name>
/home# beat config set token "<your_token>"
...
...
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