Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
f27431c6
Commit
f27431c6
authored
Jul 16, 2018
by
Carine Rey
Browse files
fix error (docker image name < 2)
parent
cfae0635
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
etc/docker/r/build_docker.sh
etc/docker/r/build_docker.sh
+1
-1
lib/post_analyses.ml
lib/post_analyses.ml
+1
-1
No files found.
etc/docker/r/build_docker.sh
View file @
f27431c6
...
...
@@ -2,7 +2,7 @@
set
-e
IMAGE_NAME
=
r
IMAGE_NAME
=
r
_basics
DOCKERFILE_DIR
=
.
TAG
=
07162018
REPO
=
carinerey/
$IMAGE_NAME
:
$TAG
...
...
lib/post_analyses.ml
View file @
f27431c6
...
...
@@ -20,7 +20,7 @@ let is_hyp ~hyp dataset_results =
model_prefix
=
hyp
let
make_t_choices
~
h0_merged_results
~
ha_merged_results
:
post_analyses_dir
directory
workflow
=
let
env
=
docker_image
~
account
:
"carinerey"
~
name
:
"r"
~
tag
:
"07162018"
()
in
let
env
=
docker_image
~
account
:
"carinerey"
~
name
:
"r
_basics
"
~
tag
:
"07162018"
()
in
let
out
=
dest
//
"out"
in
workflow
~
descr
:
"post_analyses.t_choices"
[
docker
env
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment