Skip to content

Latest commit

 

History

History
 
 

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker deploy

Login into Dockerhub

docker login

Build & Deploy

Go in the /tools folder and run: docker build -t barksim/bark . docker push barksim/bark:latest

Or for manylinux: docker build -t barksim/bazel-manylinux . docker push barksim/bazel-manylinux:latest