For more comprehensive developer documentation, you can find the Dojo Developer Docs here.
main
is used as the stage/development branch. All work and Pull Requests are based against it.$ make init
to configure and pull the required submodules.envfile
.To publish and work with Model flows:
DOCKERHUB_USER=your-dockerhub-username
DOCKERHUB_PWD=your-saved-access-token
-- NOTE: You should rarely, if ever, need to change any of the host names or ports on the envfile.
You should really only need to set the variables that are wrapped in ${...}
.
If you don't need to publish models, you will not need to modify the default envfile that was generated from envfile.sample to get started.
$ make up
to build and bring online all servicesTo start all services: $ make up
To stop all services: $ make down
To force rebuild all images: $ make rebuild all
To view logs: $ make logs
or $ docker-compose logs {service-name}
When make up
command is run, the Ubuntu image is pulled and loaded in to the internal docker server. As some of the images are quite large, for the sake of time and bandwidth only the Ubuntu image is automatically loaded.
If you need a different base image loaded, you can load it with this command: docker-compose exec docker docker pull jataware/dojo-publish:{base_image_tag_name}
Since the Docker service has a persistent volume, you should not need to rerun the command unless changes have been made to the image.
Due to newer features, such as semantic search, we recommended:
This matches, and has been tested on, a t3.2xlarge
instance on AWS
.