Skip to content
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

Merged

Conversation

charvi-077
Copy link
Collaborator

The below commits Includes :
To build the BisQue docker image locally from Dockerfile.

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.
Copy link
Member

@amilworks amilworks left a 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
Copy link
Member

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

Copy link
Collaborator Author

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.

@amilworks amilworks added bug Something isn't working enhancement New feature or request labels Jan 8, 2025
@amilworks amilworks linked an issue Jan 9, 2025 that may be closed by this pull request
Correct the github repo link
@amilworks amilworks merged commit e4477f7 into UCSB-VRL:master Jan 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BisQue : Resolve build errors
2 participants