Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

branches: | |
only: | |
- master | |
sudo: required | |
language: go | |
go: "1.11.5" | |
services: | |
- docker | |
script: | |
- docker build . -f images/spark-base/Dockerfile -t cortexlabs/spark-base:latest | |
- docker build . -f images/tf-base/Dockerfile -t cortexlabs/tf-base:latest | |
- docker build . -f images/tf-base-gpu/Dockerfile -t cortexlabs/tf-base-gpu:latest | |
- ./build/images.sh images/operator operator | |
- ./build/images.sh images/spark spark | |
- ./build/images.sh images/spark-operator spark-operator | |
- ./build/images.sh images/tf-train tf-train | |
- ./build/images.sh images/tf-serve tf-serve | |
- ./build/images.sh images/tf-api tf-api | |
- ./build/images.sh images/tf-serve-gpu tf-serve-gpu | |
- ./build/images.sh images/tf-train-gpu tf-train-gpu | |
- ./build/images.sh images/nginx-controller nginx-controller | |
- ./build/images.sh images/nginx-backend nginx-backend | |
- ./build/images.sh images/fluentd fluentd | |
- ./build/images.sh images/argo-controller argo-controller | |
- ./build/images.sh images/argo-executor argo-executor | |
- ./build/test.sh | |
- sudo apt-get install -y apt-transport-https ca-certificates software-properties-common zip python3-pip python3-dev build-essential | |
- sudo pip3 install --upgrade pip | |
- pip3 install --upgrade awscli --user | |
- ./build/cli.sh |