Skip to content

Update Dockerfile#76

Merged
luisremis merged 1 commit intodevelopfrom
update_dockerfile_2.0
Jan 30, 2019
Merged

Update Dockerfile#76
luisremis merged 1 commit intodevelopfrom
update_dockerfile_2.0

Conversation

@luisremis
Copy link
Copy Markdown
Contributor

No description provided.

@luisremis luisremis force-pushed the update_dockerfile_2.0 branch from 74d9f97 to 3f31fe1 Compare January 30, 2019 01:18
RUN cd / && wget https://github.com/intellabs/vdms/archive/v1.0.0.tar.gz && tar xf v1.0.0.tar.gz
RUN mv vdms-1.0.0 vdms && cd vdms && mkdir db && scons -j16 INTEL_PATH=/
RUN git clone https://github.com/intellabs/vdms/ && \
cd vdms && git checkout develop && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will you be changing this to 2.0 checkout? Should this commit go after the merge?

RUN echo 'export LD_LIBRARY_PATH=/pmgd/lib:$(find /usr/local/lib/ / -type f -name "*.so" | xargs dirname | sort | uniq | tr "\n" ":")' >> /start.sh
RUN echo 'export LD_LIBRARY_PATH=/vdms/utils:/pmgd/lib:$(find /usr/local/lib/ / -type f -name "*.so" | xargs dirname | sort | uniq | tr "\n" ":")' >> /start.sh
RUN echo 'cd /vdms' >> /start.sh
RUN echo 'rm -rf db' >> /start.sh
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CAn we add a line here to mkgraph using reasonable params like multiple allocators? Sadly we cannot create one with indexes and such but something. Maybe in the docker with samples

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will use the default number of allocators that can be set through vdms config file (we could change our default). Also, users can modify this param and re-run vdms in the instance, if needed.

Copy link
Copy Markdown
Contributor

@vishakha041 vishakha041 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not try this myself but I think you have already.

@luisremis luisremis merged commit 38022b8 into develop Jan 30, 2019
@luisremis luisremis deleted the update_dockerfile_2.0 branch January 30, 2019 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants