1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

Hosted demo input data for parsec in S3.

- Updated the demo dockerfile for parsec appropriately.
This commit is contained in:
Balaji Subramaniam 2016-10-12 10:57:55 -07:00
parent 476e889552
commit 9f80dbdddf
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ FROM debian:testing
RUN apt-get update && apt-get install build-essential -y
ADD http://parsec.cs.princeton.edu/download/3.0/parsec-3.0-core.tar.gz /root/
RUN cd /root; tar -xzf parsec-3.0-core.tar.gz
COPY ./parsec-3.0/ferret/input/input_native.tar /root/parsec-3.0/pkgs/apps/ferret/inputs/
ADD https://s3.amazonaws.com/nfd-artifacts/parsec-ferret-input/input_native.tar /root/parsec-3.0/pkgs/apps/ferret/inputs/
WORKDIR /root/parsec-3.0
RUN ./bin/parsecmgmt -a build -p ferret -c gcc
ENTRYPOINT ["./bin/parsecmgmt", "-a", "run", "-p", "ferret", "-i", "native", "-n", "8"]