FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CodeSearchNet/script/bootstrap at master · codeaudit/CodeSearchNet · GitHub
codeaudit
/
CodeSearchNet
Public
forked from
github/CodeSearchNet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CodeSearchNet
/
script
/
bootstrap
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
15 lines (12 loc) · 448 Bytes
Breadcrumbs
CodeSearchNet
/
script
/
bootstrap
Copy path
File metadata and controls
executable file
·
15 lines (12 loc) · 448 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!
/bin/sh
set
-e
cd
$(
dirname
"
$0
"
)
/..
docker build -f docker/preprocessing.Dockerfile -t preprocessing
.
#
try to build container locally. If fails pull from DockerHub.
if
docker build -f docker/docker-gpu.Dockerfile -t csnet:gpu
.
2>
/dev/null
;
then
echo
"
built image csnet:gpu locally.
"
else
echo
"
local build failed, pulling image from DockerHub instead
"
docker pull github/csnet:gpu
docker tag github/csnet:gpu csnet:gpu
fi
Back
|
FazBrowse Home
|
New Git URL