Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
EIC
benchmarks
detector_benchmarks
Merge requests
!23
Update for latest container
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update for latest container
fix_new_container
into
master
Overview
0
Commits
5
Pipelines
0
Changes
3
Merged
Sylvester Joosten
requested to merge
fix_new_container
into
master
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
3a3b5b16
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3a3b5b16
Update benchmark for new EIC container
· 3a3b5b16
Sylvester Joosten
authored
3 years ago
options/env.sh
+
1
−
1
Options
@@ -34,7 +34,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi
if
[
!
-n
"
${
JUGGLER_DETECTOR_VERSION
}
"
]
;
then
export
JUGGLER_DETECTOR_VERSION
=
"
v0.0.1
"
export
JUGGLER_DETECTOR_VERSION
=
"
master
"
fi
Loading