-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charvi/build devel amil ubuntu16.04 #80
Charvi/build devel amil ubuntu16.04 #80
Conversation
by default the irods latest version was getting installed that is not supported by python2.7 version so specifying the version that is used in bisque production code base as well. Signed-off-by: charvi-077 <[email protected]>
The build command defined in the script was by default ignoring the build due to path error so correcting the syntax so that both build and start commands executes in the script. Signed-off-by: charvi-077 <[email protected]>
Update the docker file to include build from scratch dependencies and remove the commands not required. Also add biodev.ece.ucsb.edu as trusted source Signed-off-by: charvi-077 <[email protected]>
Also remove the commented code and add ca certificates dependencies Signed-off-by: charvi-077 <[email protected]>
Signed-off-by: charvi-077 <[email protected]>
For Module generator to run locally, intead of argo thats used in production we need to install the docker and spin containers for module generator Signed-off-by: charvi-077 <[email protected]>
Updated readme file, that includes the instructions to build image from the Dockerfile locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README
will need to be reworked further since we will be updating the prebuilt image that will be hosted on GitHub. We can merge these changes but maybe have a separate ticket that addresses the README
further.
README.md
Outdated
|
||
Clone the repository | ||
``` | ||
git clone [email protected]:charvi-077/bisqueUCSB.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still refers to your your repository. This will be merged to master
so you can just
git clone https://github.com/UCSB-VRL/bisqueUCSB.git
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh yes, I will correct that. And yes for further changes in Readme I will create the separate ticket.
Correct the github repo link
The below commits Includes :
To build the BisQue docker image locally from Dockerfile.