Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Astrocyte Container Images
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Astrocyte Container Images
Commits
9e77a0d5
Commit
9e77a0d5
authored
3 years ago
by
Hololens Test
Browse files
Options
Downloads
Patches
Plain Diff
Update container codes to work with new repo and vizapp I/O
parent
30d89eb9
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
shiny/build_and_push_vizapp_container.sh
+1
-1
1 addition, 1 deletion
shiny/build_and_push_vizapp_container.sh
shiny/runContainer.sh
+0
-3
0 additions, 3 deletions
shiny/runContainer.sh
shiny/runSingularity.sh
+0
-3
0 additions, 3 deletions
shiny/runSingularity.sh
with
1 addition
and
7 deletions
shiny/build_and_push_vizapp_container.sh
+
1
−
1
View file @
9e77a0d5
...
...
@@ -4,7 +4,7 @@
DOCKER_PASSWORD
=
"pD7XKp65JG7DXPbLcZYj"
DOCKER_USERNAME
=
"registry_push"
CONTAINER_NAME
=
"git.biohpc.swmed.edu:5050/biohpc/astrocyte/astroshiny:0.
2
.0"
CONTAINER_NAME
=
"git.biohpc.swmed.edu:5050/biohpc/astrocyte
-container-images
/astroshiny:0.
5
.0"
#Build the dockerfile with the astrocyte_example_wordcount folder as the target.
...
...
This diff is collapsed.
Click to expand it.
shiny/runContainer.sh
+
0
−
3
View file @
9e77a0d5
...
...
@@ -8,14 +8,11 @@ HOST_PORT=8123
CONTAINER_NAME
=
"astroshiny:test"
HOST_WORKFLOW_OUTPUT
=
"/vagrant/examples/astrocyte_example_wordcount/workflow/output"
CONTAINER_INPUT_FOLDER
=
"/mnt/workflow_output"
CONTAINER_OUTPUT_FOLDER
=
"/mnt/vizapp_output"
HOST_VIZAPP_OUTPUT
=
"/vagrant/examples/astrocyte_example_wordcount/workflow/vizappOut"
docker container run
\
--publish
${
HOST_PORT
}
:
${
CONTAINER_PORT
}
\
--mount
type
=
bind
,source
=
"
${
HOST_WORKFLOW_OUTPUT
}
"
,target
=
"
${
CONTAINER_INPUT_FOLDER
}
"
\
--mount
type
=
bind
,source
=
"
${
HOST_VIZAPP_OUTPUT
}
"
,target
=
"
${
CONTAINER_OUTPUT_FOLDER
}
"
\
--env
outputDir
=
${
CONTAINER_INPUT_FOLDER
}
\
${
CONTAINER_NAME
}
...
...
This diff is collapsed.
Click to expand it.
shiny/runSingularity.sh
+
0
−
3
View file @
9e77a0d5
...
...
@@ -8,8 +8,6 @@ HOST_PORT=8123
CONTAINER_NAME
=
"astroshiny.simg"
HOST_WORKFLOW_OUTPUT
=
"/vagrant/examples/astrocyte_example_wordcount/workflow/output"
CONTAINER_INPUT_FOLDER
=
"/mnt/workflow_output"
CONTAINER_OUTPUT_FOLDER
=
"/mnt/vizapp_output"
HOST_VIZAPP_OUTPUT
=
"/vagrant/examples/astrocyte_example_wordcount/workflow/vizappOut"
export
outputDir
=
${
CONTAINER_INPUT_FOLDER
}
...
...
@@ -22,6 +20,5 @@ export outputDir=${CONTAINER_INPUT_FOLDER}
singularity
exec
\
--bind
"
${
HOST_WORKFLOW_OUTPUT
}
"
:
"
${
CONTAINER_INPUT_FOLDER
}
"
\
--bind
"
${
HOST_VIZAPP_OUTPUT
}
"
:
"
${
CONTAINER_OUTPUT_FOLDER
}
"
\
${
CONTAINER_NAME
}
\
R
-e
"shiny::runApp('/app', host = '0.0.0.0', port = 8123)"
This diff is collapsed.
Click to expand it.
Preview
0%
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