Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
olcf
container-builder
Commits
2c71a725
Commit
2c71a725
authored
Feb 02, 2018
by
atj
Browse files
Pull to correct directory
parent
a24ae65e
Pipeline
#11677
failed with stages
in 44 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Builder/scripts/docker-builder-backend.sh
View file @
2c71a725
...
...
@@ -48,4 +48,5 @@ docker ${DEBUG_FLAG} push localhost:5000/docker_image:latest
# Build the singularity container from the docker image
export
SINGULARITY_CACHEDIR
=
/home/builder/.singularity
export
SINGULARITY_NOHTTPS
=
true
export
SINGULARITY_PULLFOLDER
=
/home/builder
singularity
${
DEBUG_FLAG
}
pull
--name
container.simg docker://localhost:5000/docker_image:latest
\ No newline at end of file
Deployment/deploy-titan.sh
View file @
2c71a725
...
...
@@ -28,7 +28,7 @@ rm -rf boost_build && mkdir boost_build && cd boost_build
curl
-L
https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
-O
tar
xf boost_1_66_0.tar.gz
cd
boost_1_66_0
./bootstrap.sh
--with-libraries
=
filesystem,regex,system,serialization,thread,program_options
--prefix
=
${
SW_ROOT
}
./bootstrap.sh
--with-libraries
=
filesystem,regex,system,serialization,thread,program_options
--prefix
=
${
SW_ROOT
}
--with-toolset
=
gcc
./b2
install
||
:
rm
-rf
/boost_1_66_0
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment